A
B
C
D
E
F
G
I
J
M
N
O
P
R
S
U
V
F
- FAILED - enum entry in io.namastack.outbox.OutboxRecordStatus
Record processing has permanently failed after retries.
- findActiveInstances() - function in io.namastack.outbox.OutboxInstanceRepository
- Finds all active instances.
- findAggregateIdsInPartitions(java.util.List,io.namastack.outbox.OutboxRecordStatus,java.lang.Integer) - function in io.namastack.outbox.OutboxRecordRepository
- Finds aggregate IDs that have pending records in specific partitions.
- findAggregateIdsWithPendingRecords(io.namastack.outbox.OutboxRecordStatus,java.lang.Integer) - function in io.namastack.outbox.OutboxRecordRepository
- Finds aggregate IDs that have pending records with the specified status.
- findAll() - function in io.namastack.outbox.OutboxInstanceRepository
- Finds all instances in the repository.
- findAllIncompleteRecordsByAggregateId(java.lang.String) - function in io.namastack.outbox.OutboxRecordRepository
- Finds all incomplete records for a specific aggregate ID.
- findById(java.lang.String) - function in io.namastack.outbox.OutboxInstanceRepository
- Finds an instance by its ID.
- findByStatus(io.namastack.outbox.OutboxInstanceStatus) - function in io.namastack.outbox.OutboxInstanceRepository
- Finds instances by their status.
- findCompletedRecords() - function in io.namastack.outbox.OutboxRecordRepository
- Finds all completed outbox records.
- findFailedRecords() - function in io.namastack.outbox.OutboxRecordRepository
- Finds all failed outbox records.
- findInstancesWithStaleHeartbeat(java.time.OffsetDateTime) - function in io.namastack.outbox.OutboxInstanceRepository
- Finds instances with stale heartbeats (older than cutoff time).
- findPendingRecords() - function in io.namastack.outbox.OutboxRecordRepository
- Finds all pending outbox records that are ready for processing.
- findRecordsByPartition(java.lang.Integer,io.namastack.outbox.OutboxRecordStatus) - function in io.namastack.outbox.OutboxRecordRepository
- Finds all records in a specific partition.
- FixedDelayRetryPolicy - class in io.namastack.outbox.retry
- Retry policy that uses a fixed delay between retry attempts.