Uses of Interface
com.microsoft.azure.eventprocessorhost.EventProcessorHost.EventProcessorHostBuilder.AuthStep
-
-
Uses of EventProcessorHost.EventProcessorHostBuilder.AuthStep in com.microsoft.azure.eventprocessorhost
Methods in com.microsoft.azure.eventprocessorhost that return EventProcessorHost.EventProcessorHostBuilder.AuthStep Modifier and Type Method Description EventProcessorHost.EventProcessorHostBuilder.AuthStep
EventProcessorHost.EventProcessorHostBuilder.ManagerStep. useAzureStorageCheckpointLeaseManager(com.microsoft.azure.storage.StorageCredentials storageCredentials, String storageContainerName, String storageBlobPrefix)
Use the built-in Azure Storage-based lease and checkpoint managers.EventProcessorHost.EventProcessorHostBuilder.AuthStep
EventProcessorHost.EventProcessorHostBuilder.ManagerStep. useAzureStorageCheckpointLeaseManager(String storageConnectionString, String storageContainerName, String storageBlobPrefix)
Use the built-in Azure Storage-based lease and checkpoint managers.EventProcessorHost.EventProcessorHostBuilder.AuthStep
EventProcessorHost.EventProcessorHostBuilder.ManagerStep. useUserCheckpointAndLeaseManagers(ICheckpointManager checkpointManager, ILeaseManager leaseManager)
Use user-implemented lease and checkpoint managers.
-