Akka.Interfaced.DeadRequestProcessingActor.PreStart C# (CSharp) Méthode

PreStart() protected méthode

protected PreStart ( ) : void
Résultat void
        protected override void PreStart()
        {
            Context.System.EventStream.Subscribe(Self, typeof(DeadLetter));
        }