You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/extensions/azureServiceBus/Wemogy.CQRS.Extensions.AzureServiceBus/Processors/AzureServiceBusCommandSessionProcessor`1.cs
+36-3Lines changed: 36 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -26,9 +26,13 @@ public class AzureServiceBusCommandSessionProcessor<TCommand> : IAzureServiceBus
Copy file name to clipboardExpand all lines: src/extensions/azureServiceBus/Wemogy.CQRS.Extensions.AzureServiceBus/Setup/AzureServiceBusSetupEnvironment.cs
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -53,10 +53,15 @@ public AzureServiceBusSetupEnvironment AddDelayedProcessor<TCommand>(
53
53
/// <summary>
54
54
/// Creates a ServiceBusProcessor and subscribes to messages of type <typeparamref name="TCommand"/>
55
55
/// </summary>
56
+
/// <param name="maxConcurrentSessions">The maximum number of concurrent sessions (default 1)</param>
57
+
/// <param name="maxConcurrentCallsPerSession">The maximum number of concurrent calls per session (default 1)</param>
58
+
/// <param name="configureSessionProcessorOptions">Optional custom configuration of the ServiceBusSessionProcessorOptions</param>
59
+
/// <param name="renewSessionLockInterval">The interval to renew the session lock (default 1 minute)</param>
0 commit comments