Interface UnpersistentBehavior<Command,State>
- 
- All Known Implementing Classes:
 UnpersistentBehavior.DurableState,UnpersistentBehavior.EventSourced
public interface UnpersistentBehavior<Command,State> 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classUnpersistentBehavior.DurableState<Command,State>static classUnpersistentBehavior.DurableState$static classUnpersistentBehavior.EventSourced<Command,Event,State>static classUnpersistentBehavior.EventSourced$ 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Behavior<Command>behavior()BehaviorTestKit<Command>behaviorTestKit()PersistenceProbe<State>stateProbe() 
 - 
 
- 
- 
Method Detail
- 
behaviorTestKit
BehaviorTestKit<Command> behaviorTestKit()
 
- 
stateProbe
PersistenceProbe<State> stateProbe()
 
 - 
 
 -