Package akka.persistence.testkit.javadsl
Class EventSourcedBehaviorTestKit.RestartResult<State>
- java.lang.Object
-
- akka.persistence.testkit.javadsl.EventSourcedBehaviorTestKit.RestartResult<State>
-
- Enclosing class:
- EventSourcedBehaviorTestKit<Command,Event,State>
public static final class EventSourcedBehaviorTestKit.RestartResult<State> extends java.lang.Object
The result of restarting the behavior.
-
-
Constructor Summary
Constructors Constructor Description RestartResult(EventSourcedBehaviorTestKit.RestartResult<State> delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description State
state()
The state after recovery.
-
-
-
Constructor Detail
-
RestartResult
public RestartResult(EventSourcedBehaviorTestKit.RestartResult<State> delegate)
-
-
Method Detail
-
state
public State state()
The state after recovery.
-
-