Class IntervalRetryScheduler

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

public class IntervalRetryScheduler extends AbstractRetryScheduler
RetryScheduler implementation that retries commands at regular 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:
2.0
Author:
Allard Buijze