| Modifier and Type | Method and Description |
|---|---|
Parallel |
Parallel.addCatch(IChainable handler)
Add a recovery handler for this state.
|
Parallel |
Parallel.addCatch(IChainable handler,
CatchProps props)
Add a recovery handler for this state.
|
Parallel |
Parallel.addRetry()
Add retry configuration for this state.
|
Parallel |
Parallel.addRetry(RetryProps props)
Add retry configuration for this state.
|
Parallel |
Parallel.branch(IChainable... branches)
Define one or more branches to run in parallel.
|
Parallel |
Parallel.Builder.build() |
Parallel |
StateMachineFragment.toSingleState()
Wrap all states in this state machine fragment up into a single state.
|
Parallel |
StateMachineFragment.toSingleState(SingleStateOptions options)
Wrap all states in this state machine fragment up into a single state.
|
Parallel |
Chain.toSingleState(String id)
Return a single state that encompasses all states in the chain.
|
Parallel |
Chain.toSingleState(String id,
ParallelProps props)
Return a single state that encompasses all states in the chain.
|
Copyright © 2020. All rights reserved.