Uses of Package
com.babelqueue.outbox
Packages that use com.babelqueue.outbox
Package
Description
Optional transactional-outbox helper (ADR-0029): the producer-side mirror of the
consumer-side idempotency helper (ADR-0022).
-
Classes in com.babelqueue.outbox used by com.babelqueue.outboxClassDescriptionOne pending row read back from an
OutboxStorefor theOutboxRelayto publish.Sleeps for a number of milliseconds between a failed publish and the next attempt.Summary of anOutboxRelayrun: how many pending rows were published and how many failed (and were left pending for a later retry).The persistence seam for the transactional outbox (ADR-0029) — the durable "outbox" table that anOutboxwriter fills and anOutboxRelaydrains.The minimal publish-only broker seam theOutboxRelayforwards through — publish one already-encoded envelope onto a queue.