Trait

rhttpc.actor

PersistentFSM

Related Doc: package actor

Permalink

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

Self Type
PersistentFSM[S, D] with AbstractSnapshotter with StateTransitionHandler[S, D]
Linear Supertypes
NotifierAboutRecoveryCompleted, FSMStateTransitionRegistrar[S, D], FSMAfterAllListenerHolder[S, D], FSM[S, D], ActorLogging, Listeners, Actor, PersistentActorWithNotifications, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PersistentFSM
  2. NotifierAboutRecoveryCompleted
  3. FSMStateTransitionRegistrar
  4. FSMAfterAllListenerHolder
  5. FSM
  6. ActorLogging
  7. Listeners
  8. Actor
  9. PersistentActorWithNotifications
  10. AnyRef
  11. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. type Event = akka.actor.FSM.Event[D]

    Permalink
    Definition Classes
    FSM
  2. type Receive = PartialFunction[Any, Unit]

    Permalink
    Definition Classes
    Actor
  3. type State = akka.actor.FSM.State[S, D]

    Permalink
    Definition Classes
    FSM
  4. implicit class StateExt extends AnyRef

    Permalink
    Definition Classes
    FSMAfterAllListenerHolder
  5. type StateFunction = PartialFunction[(PersistentFSM.this)#Event, (PersistentFSM.this)#State]

    Permalink
    Definition Classes
    FSM
  6. type StopEvent = akka.actor.FSM.StopEvent[S, D]

    Permalink
    Definition Classes
    FSM
  7. type Timeout = Option[FiniteDuration]

    Permalink
    Definition Classes
    FSM
  8. final class TransformHelper extends AnyRef

    Permalink
    Definition Classes
    FSM
  9. type TransitionHandler = PartialFunction[(S, S), Unit]

    Permalink
    Definition Classes
    FSM

Abstract Value Members

  1. abstract def id: String

    Permalink
    Attributes
    protected
    Definition Classes
    PersistentActorWithNotifications
  2. abstract def persistenceCategory: String

    Permalink
    Attributes
    protected
    Definition Classes
    PersistentActorWithNotifications

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. val ->: akka.actor.FSM.->.type

    Permalink
    Definition Classes
    FSM
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. val Event: akka.actor.FSM.Event.type

    Permalink
    Definition Classes
    FSM
  6. val StateTimeout: akka.actor.FSM.StateTimeout.type

    Permalink
    Definition Classes
    FSM
  7. val StopEvent: akka.actor.FSM.StopEvent.type

    Permalink
    Definition Classes
    FSM
  8. def aroundPostRestart(reason: Throwable): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
  9. def aroundPostStop(): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
  10. def aroundPreRestart(reason: Throwable, message: Option[Any]): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
  11. def aroundPreStart(): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
  12. def aroundReceive(receive: akka.actor.Actor.Receive, msg: Any): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
  13. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  14. final def cancelTimer(name: String): Unit

    Permalink
    Definition Classes
    FSM
  15. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. implicit val context: ActorContext

    Permalink
    Definition Classes
    Actor
  17. def deleteSnapshotsLogging(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    PersistentActorWithNotifications
  18. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  20. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  22. def gossip(msg: Any)(implicit sender: ActorRef): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Listeners
  23. final def goto(nextStateName: S): (PersistentFSM.this)#State

    Permalink
    Definition Classes
    FSM
  24. val handleNotifyAboutRecoveryCompleted: (PersistentFSM.this)#Receive

    Permalink
    Attributes
    protected
    Definition Classes
    NotifierAboutRecoveryCompleted
  25. val handleRecoveryCompleted: (PersistentFSM.this)#Receive

    Permalink
    Attributes
    protected
    Definition Classes
    NotifierAboutRecoveryCompleted
  26. val handleSnapshotEvents: (PersistentFSM.this)#Receive

    Permalink
    Attributes
    protected
    Definition Classes
    PersistentActorWithNotifications
  27. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  28. def incOwnLastSequenceNr(): Long

    Permalink
    Attributes
    protected
    Definition Classes
    PersistentFSM → FSMStateTransitionRegistrar
  29. final def initialize(): Unit

    Permalink
    Definition Classes
    FSM
  30. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  31. final def isTimerActive(name: String): Boolean

    Permalink
    Definition Classes
    FSM
  32. def listenerManagement: akka.actor.Actor.Receive

    Permalink
    Attributes
    protected
    Definition Classes
    Listeners
  33. val listeners: Set[ActorRef]

    Permalink
    Attributes
    protected
    Definition Classes
    Listeners
  34. def log: LoggingAdapter

    Permalink
    Definition Classes
    ActorLogging
  35. def logTermination(reason: Reason): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    FSM
  36. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  37. final def nextStateData: D

    Permalink
    Definition Classes
    FSM
  38. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  39. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  40. def onFinishedJobAfterTransition(afterAllData: FinishedJobAfterTransitionData[S, D]): Unit

    Permalink
    Attributes
    protected
  41. final def onTermination(terminationHandler: PartialFunction[(PersistentFSM.this)#StopEvent, Unit]): Unit

    Permalink
    Definition Classes
    FSM
  42. final def onTransition(transitionHandler: (PersistentFSM.this)#TransitionHandler): Unit

    Permalink
    Definition Classes
    FSM
  43. def persistenceId: String

    Permalink
    Definition Classes
    PersistentActorWithNotifications
  44. def postRestart(reason: Throwable): Unit

    Permalink
    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  45. def postStop(): Unit

    Permalink
    Definition Classes
    FSM → Actor
  46. def preRestart(reason: Throwable, message: Option[Any]): Unit

    Permalink
    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  47. def preStart(): Unit

    Permalink
    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  48. def receive: (PersistentFSM.this)#Receive

    Permalink
    Definition Classes
    FSM → Actor
  49. def receiveRecover: (PersistentFSM.this)#Receive

    Permalink
  50. def saveSnapshotNotifying(snapshot: Any, sequenceNr: Long, listener: Option[RecipientWithMsg]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    PersistentActorWithNotifications
  51. implicit final val self: ActorRef

    Permalink
    Definition Classes
    Actor
  52. final def sender(): ActorRef

    Permalink
    Definition Classes
    Actor
  53. final def setStateTimeout(state: S, timeout: (PersistentFSM.this)#Timeout): Unit

    Permalink
    Definition Classes
    FSM
  54. final def setTimer(name: String, msg: Any, timeout: FiniteDuration, repeat: Boolean): Unit

    Permalink
    Definition Classes
    FSM
  55. final def startWith(stateName: S, stateData: D, timeout: (PersistentFSM.this)#Timeout): Unit

    Permalink
    Definition Classes
    FSM
  56. final def stateData: D

    Permalink
    Definition Classes
    FSM
  57. final def stateName: S

    Permalink
    Definition Classes
    FSM
  58. final def stay(): (PersistentFSM.this)#State

    Permalink
    Definition Classes
    FSM
  59. final def stop(reason: Reason, stateData: D): (PersistentFSM.this)#State

    Permalink
    Definition Classes
    FSM
  60. final def stop(reason: Reason): (PersistentFSM.this)#State

    Permalink
    Definition Classes
    FSM
  61. final def stop(): (PersistentFSM.this)#State

    Permalink
    Definition Classes
    FSM
  62. def supervisorStrategy: SupervisorStrategy

    Permalink
    Definition Classes
    Actor
  63. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  64. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  65. implicit final def total2pf(transitionHandler: (S, S) ⇒ Unit): (PersistentFSM.this)#TransitionHandler

    Permalink
    Definition Classes
    FSM
  66. final def transform(func: (PersistentFSM.this)#StateFunction): (PersistentFSM.this)#TransformHelper

    Permalink
    Definition Classes
    FSM
  67. def unhandled(message: Any): Unit

    Permalink
    Definition Classes
    Actor
  68. def useCurrentAfterAllListener(): Option[RecipientWithMsg]

    Permalink
    Attributes
    protected
    Definition Classes
    FSMAfterAllListenerHolder
  69. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  70. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  71. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  72. final def when(stateName: S, stateTimeout: FiniteDuration)(stateFunction: (PersistentFSM.this)#StateFunction): Unit

    Permalink
    Definition Classes
    FSM
  73. final def whenUnhandled(stateFunction: (PersistentFSM.this)#StateFunction): Unit

    Permalink
    Definition Classes
    FSM

Inherited from NotifierAboutRecoveryCompleted

Inherited from FSMStateTransitionRegistrar[S, D]

Inherited from FSMAfterAllListenerHolder[S, D]

Inherited from FSM[S, D]

Inherited from ActorLogging

Inherited from Listeners

Inherited from Actor

Inherited from PersistentActorWithNotifications

Inherited from AnyRef

Inherited from Any

Ungrouped