Uses of Class
org.axonframework.commandhandling.gateway.AbstractRetryScheduler
Packages that use AbstractRetryScheduler
-
Uses of AbstractRetryScheduler in org.axonframework.commandhandling.gateway
Subclasses of AbstractRetryScheduler in org.axonframework.commandhandling.gatewayModifier and TypeClassDescriptionclassA RetryScheduler that uses a backoff strategy, retrying commands at increasing intervals when they fail because of an exception that is not explicitly non-transient.classRetryScheduler implementation that retries commands at regular intervals when they fail because of an exception that is not explicitly non-transient.