C# 클래스 Akka.Cluster.Utility.ClusterActorDiscovery

상속: ReceiveActor
파일 보기 프로젝트 열기: SaladLab/Akka.Cluster.Utility 1 사용 예제들

공개 메소드들

메소드 설명
ClusterActorDiscovery ( Cluster cluster ) : System

보호된 메소드들

메소드 설명
PostStop ( ) : void
PreStart ( ) : void

비공개 메소드들

메소드 설명
Handle ( ClusterActorDiscoveryMessage m ) : void
Handle ( ClusterEvent m ) : void
Handle ( Terminated m ) : void
NotifyActorDownToMonitor ( IActorRef actor, string tag ) : void
NotifyActorUpToMonitor ( IActorRef actor, string tag ) : void
RemoveNode ( IActorRef discoveryActor ) : void
UnwatchActor ( IActorRef actor, int channel ) : void
WatchActor ( IActorRef actor, int channel ) : void

메소드 상세

ClusterActorDiscovery() 공개 메소드

public ClusterActorDiscovery ( Cluster cluster ) : System
cluster Cluster
리턴 System

PostStop() 보호된 메소드

protected PostStop ( ) : void
리턴 void

PreStart() 보호된 메소드

protected PreStart ( ) : void
리턴 void