DefaultIdempotentLeaseManager
class DefaultIdempotentLeaseManager(properties: IdempotentProperties, idempotentStore: IdempotentStore, scheduledExecutorService: ScheduledExecutorService) : IdempotentLeaseManager
Default background lease renewer backed by a scheduled executor.
Constructors
Link copied to clipboard
constructor(properties: IdempotentProperties, idempotentStore: IdempotentStore, scheduledExecutorService: ScheduledExecutorService)