Class PersistenceProbeImpl$
java.lang.Object
org.apache.pekko.persistence.testkit.internal.PersistenceProbeImpl$
INTERNAL API
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PersistenceProbeImpl$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<Command,State>
Behavior<Command>durableState(Behavior<Command> behavior, scala.Option<State> fromState, scala.Function3<State, Object, String, scala.runtime.BoxedUnit> onPersist) <Command,Event, State>
Behavior<Command>eventSourced(Behavior<Command> behavior, scala.Option<scala.Tuple2<State, Object>> fromStateAndSequenceNr, scala.Function3<Event, Object, scala.collection.immutable.Set<String>, scala.runtime.BoxedUnit> onEvent, scala.Function2<State, Object, scala.runtime.BoxedUnit> onSnapshot)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
PersistenceProbeImpl$
public PersistenceProbeImpl$()
-
-
Method Details
-
eventSourced
public <Command,Event, Behavior<Command> eventSourcedState> (Behavior<Command> behavior, scala.Option<scala.Tuple2<State, Object>> fromStateAndSequenceNr, scala.Function3<Event, Object, scala.collection.immutable.Set<String>, scala.runtime.BoxedUnit> onEvent, scala.Function2<State, Object, scala.runtime.BoxedUnit> onSnapshot) -
durableState
-