Package

rhttpc

actor

Permalink

package actor

Visibility
  1. Public
  2. All

Type Members

  1. trait AbstractReliableFSM[S, D] extends PersistentFSM[S, D] with SubscriptionsHolder[S, D]

    Permalink
  2. case class FSMState[S, D](state: S, data: D, subscriptions: Set[SubscriptionOnResponse]) extends Product with Serializable

    Permalink
  3. trait PersistentFSM[S, D] extends PersistentActorWithNotifications with FSM[S, D] with FSMAfterAllListenerHolder[S, D] with FSMStateTransitionRegistrar[S, D] with NotifierAboutRecoveryCompleted

    Permalink
  4. trait ReliableFSM[S, D] extends AkkaPersistentSnapshotter with AbstractReliableFSM[S, D]

    Permalink
  5. case class SendMsgToChild(id: String, msg: Any) extends Product with Serializable

    Permalink

Value Members

  1. object ActorsRecovered extends Product with Serializable

    Permalink
  2. object FSMState extends Serializable

    Permalink
  3. object RecoverAllActors extends Product with Serializable

    Permalink
  4. object RecoverableActorsManager

    Permalink
  5. object StateSaved extends Product with Serializable

    Permalink
  6. package impl

    Permalink
  7. package json4s

    Permalink

Ungrouped