A
B
C
D
E
F
G
I
J
M
N
O
P
R
S
U
V
N
- NEW - enum entry in io.namastack.outbox.OutboxRecordStatus
Record is newly created and ready for processing.
- nextDelay(java.lang.Integer) - function in io.namastack.outbox.retry.ExponentialBackoffRetryPolicy
- Calculates the next delay using exponential backoff.
- nextDelay(java.lang.Integer) - function in io.namastack.outbox.retry.FixedDelayRetryPolicy
- Returns the fixed delay duration for all retry attempts.
- nextDelay(java.lang.Integer) - function in io.namastack.outbox.retry.JitteredRetryPolicy
- Calculates the next delay by adding random jitter to the base policy's delay.
- nextDelay(java.lang.Integer) - function in io.namastack.outbox.retry.OutboxRetryPolicy
- Calculates the delay before the next retry attempt.