Class PersistenceProbeBehavior.DurableState$
- java.lang.Object
-
- org.apache.pekko.persistence.testkit.scaladsl.PersistenceProbeBehavior.DurableState$
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing interface:
- PersistenceProbeBehavior<Command,State>
public static class PersistenceProbeBehavior.DurableState$ extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static PersistenceProbeBehavior.DurableState$MODULE$Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description DurableState$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <Command,State>
PersistenceProbeBehavior.DurableState<Command,State>apply(Behavior<Command> behavior, PersistenceProbe<State> stateProbe)java.lang.StringtoString()<Command,State>
scala.Option<scala.Tuple2<Behavior<Command>,PersistenceProbe<State>>>unapply(PersistenceProbeBehavior.DurableState<Command,State> x$0)
-
-
-
Field Detail
-
MODULE$
public static final PersistenceProbeBehavior.DurableState$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
toString
public final java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
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)
-
-