示例#1
0
 public HeartbeatJoinListener(MessageHolder outgoing)
 {
     this._outgoing = outgoing;
 }
示例#2
0
 public HeartbeatIAmAliveProcessor(MessageHolder output, ClusterContext clusterContext)
 {
     this._output         = output;
     this._clusterContext = clusterContext;
 }