| Interface | Description |
|---|---|
| RetryStrategy |
This interface specifies how the saga coordinator should attempt retries, both how many times and how long between them
|
| Class | Description |
|---|---|
| Saga<A> |
The internal representation of a saga.
|
| SagaError |
Represents an error in saga processing
|
| SagaId |
A saga id uniquely identifies the saga.
|
| Enum | Description |
|---|---|
| SagaError.Reason |
Represents the reason for an action processor or saga failing.
|
| SagaStatus |
Represents the overall status of the saga.
|
Copyright © 2019. All rights reserved.