Uses of Interface
com.babelqueue.outbox.OutboxTransport
Packages that use OutboxTransport
Package
Description
Optional transactional-outbox helper (ADR-0029): the producer-side mirror of the
consumer-side idempotency helper (ADR-0022).
-
Uses of OutboxTransport in com.babelqueue.outbox
Constructors in com.babelqueue.outbox with parameters of type OutboxTransportModifierConstructorDescriptionOutboxRelay(OutboxTransport transport, OutboxStore store) A relay with the default batch size and backoff budget, using a realThread.sleep(long).OutboxRelay(OutboxTransport transport, OutboxStore store, int batchSize, int backoffStepMs, int backoffCapMs, OutboxRelay.Sleeper sleeper) A fully configured relay.