Click or drag to resize
IActorDsl Methods

The IActorDsl type exposes the following members.

Methods
  NameDescription
Public methodActorOf
Public methodBecome
Become new behavior with discard of the old one. Equivalent of: Context.Become(_, discardOld: true).
Public methodBecomeStacked
Become new behavior without discarding the old one. Equivalent of: Context.Become(_, discardOld: false).
Public methodDefaultPostRestart
Public methodDefaultPostStop
Public methodDefaultPreRestart
Public methodDefaultPreStart
Public methodReceiveT(ActionT, IActorContext)
Public methodReceiveT(PredicateT, ActionT, IActorContext)
Public methodReceiveT(ActionT, IActorContext, PredicateT)
Public methodReceiveAny
Public methodUnbecomeStacked
Top
See Also