| Modifier and Type | Method and Description |
|---|---|
static Flow.FlowState |
Flow.FlowState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Flow.FlowState[] |
Flow.FlowState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Flow |
Flow.addTerminationHook(Flows.SerConsumer<Flow.FlowState> hook)
Adds a termination hook that will be executed upon completion of the whole flow; the provided hook will
received input according to how the flow terminated.
|
Copyright © 2021. All rights reserved.