Package for retryable topic handling.
-
RetryTopicConfigurationSupport.BlockingRetriesConfigurer.backOff(BackOff backoff)
Set the
BackOff
that should be used with the blocking retry mechanism.
RetryTopicConfigurationSupport.BlockingRetriesConfigurer.retryOn(Class<? extends Exception>... exceptions)
Set the exceptions that should be retried by the blocking retry mechanism.
protected void
Override this method to configure blocking retries parameters
such as exceptions to be retried and the
BackOff
to be used.