final case class DurableState[Command, State](behavior: Behavior[Command], stateProbe: PersistenceProbe[State]) extends UnpersistentBehavior[Command, State] with Product with Serializable
- Source
- UnpersistentBehavior.scala
Linear Supertypes
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- DurableState
- Serializable
- Product
- Equals
- UnpersistentBehavior
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new DurableState(behavior: Behavior[Command], stateProbe: PersistenceProbe[State])
Value Members
- def apply(f: (BehaviorTestKit[Command], PersistenceProbe[State]) => Unit): Unit
- val behavior: Behavior[Command]
- Definition Classes
- → UnpersistentBehavior
- lazy val behaviorTestKit: BehaviorTestKit[Command]
- Definition Classes
- UnpersistentBehavior
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val stateProbe: PersistenceProbe[State]
- Definition Classes
- → UnpersistentBehavior