Package | Description |
---|---|
org.axonframework.commandhandling.gateway |
Modifier and Type | Class and Description |
---|---|
class |
ExponentialBackOffIntervalRetryScheduler
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.
|
class |
IntervalRetryScheduler
RetryScheduler implementation that retries commands at regular intervals when they fail because of an exception that
is not explicitly non-transient.
|
Copyright © 2010–2020. All rights reserved.