Akka.Cluster.Tools.PublishSubscribe.DistributedPubSubMediator.HandleRegisterTopic C# (CSharp) Method

HandleRegisterTopic() private method

private HandleRegisterTopic ( IActorRef actorRef ) : void
actorRef IActorRef
return void
        private void HandleRegisterTopic(IActorRef actorRef)
        {
            PutToRegistry(actorRef.Path.ToStringWithoutAddress(), actorRef);
            Context.Watch(actorRef);
        }