Class EventSourcedBehaviorTestKit.RestartResult<State>
- java.lang.Object
 - 
- org.apache.pekko.persistence.testkit.javadsl.EventSourcedBehaviorTestKit.RestartResult<State>
 
 
- 
- Enclosing class:
 - EventSourcedBehaviorTestKit<Command,Event,State>
 
public static final class EventSourcedBehaviorTestKit.RestartResult<State> extends java.lang.ObjectThe 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 Statestate()The state after recovery. 
 - 
 
- 
- 
Constructor Detail
- 
RestartResult
public RestartResult(EventSourcedBehaviorTestKit.RestartResult<State> delegate)
 
 - 
 
- 
Method Detail
- 
state
public State state()
The state after recovery. 
 - 
 
 -