Uses of Record Class
com.babelqueue.outbox.OutboxRecord
Packages that use OutboxRecord
Package
Description
Optional transactional-outbox helper (ADR-0029): the producer-side mirror of the
consumer-side idempotency helper (ADR-0022).
-
Uses of OutboxRecord in com.babelqueue.outbox
Methods in com.babelqueue.outbox that return types with arguments of type OutboxRecordModifier and TypeMethodDescriptionInMemoryOutboxStore.fetchUnpublished(int limit) OutboxStore.fetchUnpublished(int limit) Reserve up tolimitrows that are pending publish, oldest first, so a relay can forward them.