Namespace Akka.Coordination
Classes
Lease
API for a distributed lock. Any lease implementation should provide the following guarantees:
LeaseException
Lease exception. Lease implementation should use it to report issues when acquiring lease
LeaseProvider
This class represents an ActorSystem extension used for distributed lock within the actor system.
LeaseProviderExtensionProvider
Lease extension for distributed lock
LeaseSettings
The settings used for the Lease
LeaseTimeoutException
Lease timeout exception. Lease implementation should use it to report issues when lease is lost
LeaseUsageSettings
Lease settings for use in singleton and sharding
TimeoutSettings
The timeout settings used for the Lease