Akka.Cluster.ClusterReadView.EventBusListener.PreStart C# (CSharp) Method

PreStart() protected method

protected PreStart ( ) : void
return void
            protected override void PreStart()
            {
                //subscribe to all cluster domain events
                _cluster.Subscribe(Self, new []{ typeof(ClusterEvent.IClusterDomainEvent) });
            }
ClusterReadView.EventBusListener