C# Class Akka.Cluster.Utility.ClusterActorDiscovery

Inheritance: ReceiveActor
Afficher le fichier Open project: SaladLab/Akka.Cluster.Utility Class Usage Examples

Méthodes publiques

Méthode Description
ClusterActorDiscovery ( Cluster cluster ) : System

Méthodes protégées

Méthode Description
PostStop ( ) : void
PreStart ( ) : void

Private Methods

Méthode Description
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

Method Details

ClusterActorDiscovery() public méthode

public ClusterActorDiscovery ( Cluster cluster ) : System
cluster Cluster
Résultat System

PostStop() protected méthode

protected PostStop ( ) : void
Résultat void

PreStart() protected méthode

protected PreStart ( ) : void
Résultat void