Package io.namastack.springoutbox
Class OutboxProperties.Locking
-
- All Implemented Interfaces:
public final class OutboxProperties.LockingConfiguration for outbox record locking mechanism.
-
-
Field Summary
Fields Modifier and Type Field Description private final LongextensionSecondsprivate final LongrefreshThreshold
-
Constructor Summary
Constructors Constructor Description OutboxProperties.Locking(Long extensionSeconds, Long refreshThreshold)
-
Method Summary
Modifier and Type Method Description final LonggetExtensionSeconds()final LonggetRefreshThreshold()-
-
Method Detail
-
getExtensionSeconds
final Long getExtensionSeconds()
-
getRefreshThreshold
final Long getRefreshThreshold()
-
-
-
-