| Package | Description |
|---|---|
| org.axonframework.commandhandling.gateway |
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractRetryScheduler.Builder<B extends AbstractRetryScheduler.Builder>
A builder class for the
RetryScheduler implementations. |
| Modifier and Type | Class and Description |
|---|---|
static class |
ExponentialBackOffIntervalRetryScheduler.Builder
Builder class to instantiate an
ExponentialBackOffIntervalRetryScheduler. |
static class |
IntervalRetryScheduler.Builder
Builder class to instantiate a
IntervalRetryScheduler. |
| Constructor and Description |
|---|
AbstractRetryScheduler(AbstractRetryScheduler.Builder builder)
Construct the
AbstractRetryScheduler from its builder. |
Copyright © 2010–2020. All rights reserved.