Akka.Interfaced.DeadRequestProcessingActor.PostStop C# (CSharp) Method

PostStop() protected method

protected PostStop ( ) : void
return void
        protected override void PostStop()
        {
            Context.System.EventStream.Unsubscribe(Self, typeof(DeadLetter));
        }