Package io.namastack.outbox.retry
See: Description
-
Class Summary Class Description ExponentialBackoffRetryPolicy Retry policy that implements exponential backoff with configurable parameters. FixedDelayRetryPolicy Retry policy that uses a fixed delay between retry attempts. JitteredRetryPolicy Retry policy that adds random jitter to a base retry policy. -
Interface Summary Interface Description OutboxRetryPolicy Interface for retry policies that determine when and how to retry failed outbox record processing. -
Object Summary Object Description OutboxRetryPolicyFactory Factory for creating retry policy instances based on configuration.