Uses of Interface
com.babelqueue.outbox.OutboxRelay.Sleeper
Packages that use OutboxRelay.Sleeper
Package
Description
Optional transactional-outbox helper (ADR-0029): the producer-side mirror of the
consumer-side idempotency helper (ADR-0022).
-
Uses of OutboxRelay.Sleeper in com.babelqueue.outbox
Constructors in com.babelqueue.outbox with parameters of type OutboxRelay.SleeperModifierConstructorDescriptionOutboxRelay(OutboxTransport transport, OutboxStore store, int batchSize, int backoffStepMs, int backoffCapMs, OutboxRelay.Sleeper sleeper) A fully configured relay.