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