Package | Description |
---|---|
io.simplesource.saga.model.action | |
io.simplesource.saga.model.messages |
Modifier and Type | Field and Description |
---|---|
ActionStatus |
SagaAction.status
The status of the action.
|
Modifier and Type | Method and Description |
---|---|
static ActionStatus |
ActionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionStatus[] |
ActionStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SagaAction<A> |
SagaAction.updated(ActionStatus newStatus)
Returns an new
SagaAction with just the status updated |
Modifier and Type | Field and Description |
---|---|
ActionStatus |
SagaStateTransition.SagaActionStateChanged.actionStatus |
Copyright © 2019. All rights reserved.