Class ExponentialBackOffIntervalRetryScheduler

java.lang.Object
org.axonframework.commandhandling.gateway.AbstractRetryScheduler
org.axonframework.commandhandling.gateway.ExponentialBackOffIntervalRetryScheduler
All Implemented Interfaces:
RetryScheduler

public class ExponentialBackOffIntervalRetryScheduler extends AbstractRetryScheduler
A RetryScheduler that uses a backoff strategy, retrying commands at increasing intervals when they fail because of an exception that is not explicitly non-transient. Checked exceptions are considered non-transient and will not result in a retry.
Since:
4.2
Author:
Bert Laverman