Packages

p

rhttpc

akkapersistence

package akkapersistence

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait AbstractReliableFSM[S, D] extends PersistentFSM[S, D] with SubscriptionsHolder[S, D]
  2. case class FSMState[S, D](state: S, data: D, subscriptions: Set[SubscriptionOnResponse]) extends Product with Serializable
  3. trait PersistentFSM[S, D] extends PersistentActorWithNotifications with FSM[S, D] with FSMAfterAllListenerHolder[S, D] with FSMStateTransitionRegistrar[S, D] with NotifierAboutRecoveryCompleted
  4. trait ReliableFSM[S, D] extends AkkaPersistentSnapshotter with AbstractReliableFSM[S, D]
  5. case class SendMsgToChild(id: String, msg: Any) extends Product with Serializable

Value Members

  1. object ActorsRecovered extends Product with Serializable
  2. object FSMState extends Serializable
  3. object RecoverAllActors extends Product with Serializable
  4. object RecoverableActorsManager
  5. object StateSaved extends Product with Serializable

Ungrouped