EventProcessorHost.EventProcessorHostBuilder.OptionalStep |
EventProcessorHost.EventProcessorHostBuilder.OptionalStep.setExecutor(ScheduledExecutorService executor) |
Event Processor Host runs tasks on the supplied threadpool, or creates an internal one.
|
EventProcessorHost.EventProcessorHostBuilder.OptionalStep |
EventProcessorHost.EventProcessorHostBuilder.OptionalStep.setOperationTimeout(Duration operationTimeout) |
The timeout for Event Hubs operations.
|
EventProcessorHost.EventProcessorHostBuilder.OptionalStep |
EventProcessorHost.EventProcessorHostBuilder.OptionalStep.setRetryPolicy(RetryPolicy retryPolicy) |
|
EventProcessorHost.EventProcessorHostBuilder.OptionalStep |
EventProcessorHost.EventProcessorHostBuilder.OptionalStep.setTransportType(TransportType transportType) |
|
EventProcessorHost.EventProcessorHostBuilder.OptionalStep |
EventProcessorHost.EventProcessorHostBuilder.AADAuthStep.useAuthenticationCallback(AzureActiveDirectoryTokenProvider.AuthenticationCallback authCallback,
String authority) |
Provide a callback which will be called when a token is needed.
|
EventProcessorHost.EventProcessorHostBuilder.OptionalStep |
EventProcessorHost.EventProcessorHostBuilder.AuthStep.useEventHubConnectionString(String eventHubConnectionString) |
Azure Portal can provide a connection string with auth information that applies only to one
individual Event Hub.
|
EventProcessorHost.EventProcessorHostBuilder.OptionalStep |
EventProcessorHost.EventProcessorHostBuilder.AuthStep.useEventHubConnectionString(String eventHubConnectionString,
String eventHubPath) |
Azure Portal can provide a connection string with auth information that applies to the entire
namespace instead of an individual Event Hub.
|
EventProcessorHost.EventProcessorHostBuilder.OptionalStep |
EventProcessorHost.EventProcessorHostBuilder.AADAuthStep.useTokenProvider(ITokenProvider tokenProvider) |
Provide a user-implemented token provider which will be called when a token is needed.
|