C# Class Akka.Cluster.ClusterHeartbeatSender

INTERNAL API
Inheritance: ReceiveActor
显示文件 Open project: rogeralsing/akka.net

Public Methods

Method Description
ClusterHeartbeatSender ( ) : System

Protected Methods

Method Description
PostStop ( ) : void
PreStart ( ) : void

Private Methods

Method 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 method

public ClusterHeartbeatSender ( ) : System
return System

PostStop() protected method

protected PostStop ( ) : void
return void

PreStart() protected method

protected PreStart ( ) : void
return void