Uses of Class
com.microsoft.azure.eventprocessorhost.BaseLease
-
-
Uses of BaseLease in com.microsoft.azure.eventprocessorhost
Subclasses of BaseLease in com.microsoft.azure.eventprocessorhost Modifier and Type Class Description class
CompleteLease
CompleteLease class is public so that advanced users can implement an ILeaseManager.Methods in com.microsoft.azure.eventprocessorhost that return types with arguments of type BaseLease Modifier and Type Method Description CompletableFuture<List<BaseLease>>
ILeaseManager. getAllLeases()
Returns lightweight BaseLease for all leases, which includes name of owning host and whether lease is expired.CompletableFuture<List<BaseLease>>
InMemoryLeaseManager. getAllLeases()
Methods in com.microsoft.azure.eventprocessorhost with parameters of type BaseLease Modifier and Type Method Description int
BaseLease. compareTo(BaseLease other)
Constructors in com.microsoft.azure.eventprocessorhost with parameters of type BaseLease Constructor Description BaseLease(BaseLease source)
Create a BaseLease by duplicating the given Lease.
-