Class | Description |
---|---|
SagaDSL |
The saga DSL is used be the client to build a saga.
|
SagaDSL.SagaBuilder<A> |
A SagaBuilder is used to add actions by creating a subsaga consisting of a single action, and to build the saga once the definition steps are complete.
|
SagaDSL.SubSaga<A> |
A
Subsaga is a subset of a saga consisting of one or more action, with dependencies defined between them. |
Copyright © 2019. All rights reserved.