InitializableActor Interface |
Marks that the actor needs to be initialized directly after it has been created.
RemarksNote! Part of internal API. Breaking changes may occur without notice. Use at own risk.
Namespace: Akka.Actor.InternalsAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic interface InitializableActor
Public Interface InitializableActor
public interface class InitializableActor
type InitializableActor = interface end
The InitializableActor type exposes the following members.
Methods
See Also