A
B
C
D
E
F
G
I
J
M
N
O
P
R
S
U
V
S
- save(io.namastack.outbox.OutboxInstance) - function in io.namastack.outbox.OutboxInstanceRepository
- Saves an instance to the repository.
- save(io.namastack.outbox.OutboxRecord) - function in io.namastack.outbox.OutboxRecordRepository
- Saves an outbox record to the repository.
- serialize(java.lang.Object) - function in io.namastack.outbox.OutboxEventSerializer
- Serializes an event object to a string representation.
- shouldRetry(java.lang.Throwable) - function in io.namastack.outbox.retry.ExponentialBackoffRetryPolicy
- Always returns true, indicating that retries should be attempted.
- shouldRetry(java.lang.Throwable) - function in io.namastack.outbox.retry.FixedDelayRetryPolicy
- Always returns true, indicating that retries should be attempted.
- shouldRetry(java.lang.Throwable) - function in io.namastack.outbox.retry.JitteredRetryPolicy
- Delegates the retry decision to the base policy.
- shouldRetry(java.lang.Throwable) - function in io.namastack.outbox.retry.OutboxRetryPolicy
- Determines whether a retry should be attempted based on the exception.
- SHUTTING_DOWN - enum entry in io.namastack.outbox.OutboxInstanceStatus
Instance is shutting down gracefully.