| Package | Description |
|---|---|
| io.simplesource.saga.model.action | |
| io.simplesource.saga.model.messages |
| Modifier and Type | Field and Description |
|---|---|
ActionCommand<A> |
SagaAction.command
The action command for regular processing of the action.
|
| Modifier and Type | Field and Description |
|---|---|
Optional<ActionCommand<A>> |
SagaAction.undoCommand
The command for processing of the action when in undo (compensation) mode.
|
| Modifier and Type | Method and Description |
|---|---|
static <A> ActionCommand<A> |
ActionCommand.of(A command,
String actionType)
Static constructor for action commands
|
| Modifier and Type | Field and Description |
|---|---|
ActionCommand<A> |
ActionRequest.actionCommand
The Action command specifies the details of the command required for processing by the action processor.
|
Copyright © 2019. All rights reserved.