RetryableFilter
class RetryableFilter<T : MessageExchange<*, *>>(retrySpec: Retry = DEFAULT_RETRY_SPEC) : ExchangeFilter<T>
Filter that retries message processing for recoverable errors.
This filter is ordered to run before other processing filters and will retry failed operations according to the specified retry specification.
Parameters
retrySpec
The retry specification to use (default: DEFAULT_RETRY_SPEC)