Click or drag to resize
InitializableActor Interface
Marks that the actor needs to be initialized directly after it has been created.
Remarks
Note! Part of internal API. Breaking changes may occur without notice. Use at own risk.

Namespace: Akka.Actor.Internals
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public interface InitializableActor

The InitializableActor type exposes the following members.

Methods
  NameDescription
Public methodInit
Top
See Also