public HeartbeatJoinListener(MessageHolder outgoing) { this._outgoing = outgoing; }
public HeartbeatIAmAliveProcessor(MessageHolder output, ClusterContext clusterContext) { this._output = output; this._clusterContext = clusterContext; }