A
B
C
D
E
F
G
I
J
M
N
O
P
R
S
U
V
C
- checkForRebalancing() - function in io.namastack.outbox.partition.PartitionCoordinator
- Checks if any partition assignments need to be updated.
- clock() - function in io.namastack.outbox.OutboxCoreAutoConfiguration
- Provides a default Clock bean if none is configured.
- COMPLETED - enum entry in io.namastack.outbox.OutboxRecordStatus
Record has been successfully processed and completed.
- count() - function in io.namastack.outbox.OutboxInstanceRepository
- Counts the total number of instances.
- countByStatus(io.namastack.outbox.OutboxInstanceStatus) - function in io.namastack.outbox.OutboxInstanceRepository
- Counts instances by status.
- countByStatus(io.namastack.outbox.OutboxRecordStatus) - function in io.namastack.outbox.OutboxRecordStatusRepository
- Counts the number of outbox records with the specified status.
- countRecordsByPartition(java.lang.Integer,io.namastack.outbox.OutboxRecordStatus) - function in io.namastack.outbox.OutboxRecordRepository
- Counts records in a specific partition by status.
- create(java.lang.String,java.lang.String,java.lang.Integer,io.namastack.outbox.OutboxInstanceStatus,java.time.Clock) - function in io.namastack.outbox.OutboxInstance.Companion
- create(java.lang.String,io.namastack.outbox.OutboxProperties.Retry) - function in io.namastack.outbox.retry.OutboxRetryPolicyFactory
- Creates a retry policy instance based on the given name and properties.