C# Class Akka.Cluster.ClusterHeartbeatSender

INTERNAL API
Inheritance: ReceiveActor
Afficher le fichier Open project: rogeralsing/akka.net

Méthodes publiques

Méthode Description
ClusterHeartbeatSender ( ) : System

Méthodes protégées

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

Private Methods

Méthode Description
Active ( ) : void
AddMember ( Member m ) : void
DoHeartbeat ( ) : void
DoHeartbeatRsp ( UniqueAddress from ) : void
HeartbeatReceiver ( Akka.Actor.Address address ) : ActorSelection

Looks up and returns the remote cluster heartbeat connection for the specific address.

Init ( ClusterEvent snapshot ) : void
Initializing ( ) : void
RemoveMember ( Member m ) : void
TriggerFirstHeart ( UniqueAddress from ) : void

Method Details

ClusterHeartbeatSender() public méthode

public ClusterHeartbeatSender ( ) : System
Résultat System

PostStop() protected méthode

protected PostStop ( ) : void
Résultat void

PreStart() protected méthode

protected PreStart ( ) : void
Résultat void