Uses of Record Class
com.babelqueue.outbox.OutboxRelayResult
Packages that use OutboxRelayResult
Package
Description
Optional transactional-outbox helper (ADR-0029): the producer-side mirror of the
consumer-side idempotency helper (ADR-0022).
-
Uses of OutboxRelayResult in com.babelqueue.outbox
Methods in com.babelqueue.outbox that return OutboxRelayResultModifier and TypeMethodDescriptionOutboxRelay.drain(int maxPasses) Drain the outbox by repeatedly callingOutboxRelay.flush()while each pass keeps making progress (publishes at least one row), then return the cumulative tally.OutboxRelay.flush()Publish one batch of pending rows.