Click or drag to resize
IActorDsl Interface

[Missing <summary> documentation for "T:Akka.Actor.Dsl.IActorDsl"]

Namespace: Akka.Actor.Dsl
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public interface IActorDsl

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
Properties
See Also