Uses of Interface
com.microsoft.azure.eventprocessorhost.ILeaseManager
-
-
Uses of ILeaseManager in com.microsoft.azure.eventprocessorhost
Classes in com.microsoft.azure.eventprocessorhost that implement ILeaseManager Modifier and Type Class Description classInMemoryLeaseManagerAn ILeaseManager implementation based on an in-memory store.Methods in com.microsoft.azure.eventprocessorhost with parameters of type ILeaseManager Modifier and Type Method Description EventProcessorHost.EventProcessorHostBuilder.AuthStepEventProcessorHost.EventProcessorHostBuilder.ManagerStep. useUserCheckpointAndLeaseManagers(ICheckpointManager checkpointManager, ILeaseManager leaseManager)Use user-implemented lease and checkpoint managers.
-