Uses of Enum Class
com.aim2be.platform.outbox.OutboxRecord.Status
-
Uses of OutboxRecord.Status in com.aim2be.platform.outbox
Methods in com.aim2be.platform.outbox that return OutboxRecord.StatusModifier and TypeMethodDescriptionOutboxRecord.getStatus()static OutboxRecord.StatusReturns the enum constant of this class with the specified name.static OutboxRecord.Status[]OutboxRecord.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.aim2be.platform.outbox with parameters of type OutboxRecord.StatusModifier and TypeMethodDescriptionlongOutboxRecordRepository.countByStatus(OutboxRecord.Status status) Pending-total gauge support.org.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.OutboxRecordRepository.findOldestCreatedAtByStatus(OutboxRecord.Status status) Backlog-age gauge support.voidOutboxRecord.setStatus(OutboxRecord.Status status)