Interface EventSourcedBehaviorTestKit.RestartResult<State>
-
- Enclosing interface:
- EventSourcedBehaviorTestKit<Command,Event,State>
public static interface EventSourcedBehaviorTestKit.RestartResult<State>
The result of restarting the behavior.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description State
state()
The state after recovery.
-
-
-
Method Detail
-
state
State state()
The state after recovery.
-
-