Class PersistenceProbeBehavior.EventSourced$
java.lang.Object
org.apache.pekko.persistence.testkit.scaladsl.PersistenceProbeBehavior.EventSourced$
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- PersistenceProbeBehavior<Command,
State>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PersistenceProbeBehavior.EventSourced$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<Command,Event, State>
PersistenceProbeBehavior.EventSourced<Command,Event, State> apply(Behavior<Command> behavior, PersistenceProbe<Event> eventProbe, PersistenceProbe<State> stateProbe) final StringtoString()<Command,Event, State>
scala.Option<scala.Tuple3<Behavior<Command>,PersistenceProbe<Event>, PersistenceProbe<State>>> unapply(PersistenceProbeBehavior.EventSourced<Command, Event, State> x$0)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
EventSourced$
public EventSourced$()
-
-
Method Details
-
toString
-
apply
public <Command,Event, PersistenceProbeBehavior.EventSourced<Command,State> Event, applyState> (Behavior<Command> behavior, PersistenceProbe<Event> eventProbe, PersistenceProbe<State> stateProbe) -
unapply
public <Command,Event, scala.Option<scala.Tuple3<Behavior<Command>,State> PersistenceProbe<Event>, unapplyPersistenceProbe<State>>> (PersistenceProbeBehavior.EventSourced<Command, Event, State> x$0)
-