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 class
UnpersistentBehavior.DurableState<Command,State>
static class
UnpersistentBehavior.DurableState$
static class
UnpersistentBehavior.EventSourced<Command,Event,State>
static class
UnpersistentBehavior.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()
-
-