Class and Description |
---|
SagaRequest
A request to execute a saga, published by client (either directly, or via the
SagaAPI in the
saga request topic, and consumed by the saga coordinator. |
SagaResponse
A response from saga execution, published by the saga coordinator in the saga response topic after saga completes (successfully, or with error).
|
Class and Description |
---|
SagaRequest
A request to execute a saga, published by client (either directly, or via the
SagaAPI in the
saga request topic, and consumed by the saga coordinator. |
SagaResponse
A response from saga execution, published by the saga coordinator in the saga response topic after saga completes (successfully, or with error).
|
Class and Description |
---|
SagaStateTransition
SagaStateTransition interface.
|
SagaStateTransition.SagaActionStateChanged
A transition representing state changes of a Saga caused by updates to state of an action
|
SagaStateTransition.SagaStatusChanged
A transition representing state changes of a Saga caused by updating a sagas status
|
SagaStateTransition.SetInitialState
A transition for setting the initial state of the Saga
|
SagaStateTransition.TransitionList
A transition representing multiple state changes to a saga
|
Class and Description |
---|
ActionRequest
An action request, published by the saga coordinator in the action request topic.
|
ActionResponse
An action response, published by the action processor that receive the corresponding
ActionResponse in the action response topic. |
SagaRequest
A request to execute a saga, published by client (either directly, or via the
SagaAPI in the
saga request topic, and consumed by the saga coordinator. |
SagaResponse
A response from saga execution, published by the saga coordinator in the saga response topic after saga completes (successfully, or with error).
|
SagaStateTransition
SagaStateTransition interface.
|
Class and Description |
---|
SagaStateTransition
SagaStateTransition interface.
|
Copyright © 2019. All rights reserved.