Interface EventSourcedBehaviorTestKit.RestartResult<State>
- Enclosing interface:
- EventSourcedBehaviorTestKit<Command,
Event, State>
public static interface EventSourcedBehaviorTestKit.RestartResult<State>
The result of restarting the behavior.
-
Method Summary
-
Method Details
-
state
State state()The state after recovery.
-