Uses of Interface
com.babelqueue.outbox.OutboxStore
Packages that use OutboxStore
Package
Description
Optional transactional-outbox helper (ADR-0029): the producer-side mirror of the
consumer-side idempotency helper (ADR-0022).
-
Uses of OutboxStore in com.babelqueue.outbox
Classes in com.babelqueue.outbox that implement OutboxStoreModifier and TypeClassDescriptionfinal classProcess-local referenceOutboxStorebacked by a map — for tests and single-process demos.Constructors in com.babelqueue.outbox with parameters of type OutboxStoreModifierConstructorDescriptionOutbox(OutboxStore store) OutboxRelay(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.