Uses of Class
com.aim2be.platform.outbox.OutboxRecord
-
Uses of OutboxRecord in com.aim2be.platform.outbox
Methods in com.aim2be.platform.outbox that return types with arguments of type OutboxRecordModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<OutboxRecord>OutboxRecordRepository.findByStatusOrderByCreatedAtAsc(OutboxRecord.Status status, org.springframework.data.domain.Pageable pageable) Pageable PENDING-row fetch for the poller's cold-path sweep.OutboxBackend.findPendingBatch(int batchSize) Fetches up tobatchSizeOutboxRecord.Status.PENDINGrows in FIFO (createdAt ASC) order for the cold poller's sweep.PgOutboxBackend.findPendingBatch(int batchSize) Fetches up tobatchSizeOutboxRecord.Status.PENDINGrows in FIFO (createdAt ASC) order for the cold poller's sweep.Methods in com.aim2be.platform.outbox with parameters of type OutboxRecordModifier and TypeMethodDescriptionvoidOutboxBackend.persistPending(OutboxRecord record) Persists a freshly-minted outbox row inOutboxRecord.Status.PENDING.voidPgOutboxBackend.persistPending(OutboxRecord record) Persists a freshly-minted outbox row inOutboxRecord.Status.PENDING.