| Package | Description |
|---|---|
| de.flapdoodle.transition.processlike | |
| de.flapdoodle.transition.processlike.exceptions |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableState<T>
Immutable implementation of
State. |
| Modifier and Type | Method and Description |
|---|---|
static <T> State<T> |
State.of(NamedType<T> type,
T value) |
| Modifier and Type | Method and Description |
|---|---|
static <T> ImmutableState<T> |
ImmutableState.copyOf(State<T> instance)
Creates an immutable copy of a
State value. |
ImmutableState.Builder<T> |
ImmutableState.Builder.from(State<T> instance)
Fill a builder with attribute values from the provided
State instance. |
default void |
ProcessListener.Helper.onStateChange(Optional<? extends State<?>> lastState,
State<?> newState) |
void |
ProcessOnStateChange.onStateChange(Optional<? extends State<?>> lastState,
State<?> newState) |
| Modifier and Type | Method and Description |
|---|---|
default void |
ProcessListener.Helper.onStateChange(Optional<? extends State<?>> lastState,
State<?> newState) |
void |
ProcessOnStateChange.onStateChange(Optional<? extends State<?>> lastState,
State<?> newState) |
default void |
ProcessListener.Helper.onStateChangeFailedWithRetry(Route<?> currentRoute,
Optional<? extends State<?>> lastState) |
void |
ProcessOnStateChangeFailedWithRetry.onStateChangeFailedWithRetry(Route<?> currentRoute,
Optional<? extends State<?>> lastState) |
| Constructor and Description |
|---|
AbortException(String message,
Route<?> currentRoute,
Optional<? extends State<?>> currentState,
RuntimeException cause) |
Copyright © 2017. All rights reserved.