Package-level declarations
Types
Link copied to clipboard
class DefaultIdempotentLeaseManager(properties: IdempotentProperties, idempotentStore: IdempotentStore, scheduledExecutorService: ScheduledExecutorService) : IdempotentLeaseManager
Default background lease renewer backed by a scheduled executor.
Link copied to clipboard
interface IdempotentLeaseManager
Periodically renews idempotent processing leases while a method is still running.