Esempio n. 1
0
 public SnapshotContext(ClusterContext clusterContext, LearnerContext learnerContext)
 {
     this._clusterContext = clusterContext;
     this._learnerContext = learnerContext;
 }
Esempio n. 2
0
 public HeartbeatIAmAliveProcessor(MessageHolder output, ClusterContext clusterContext)
 {
     this._output         = output;
     this._clusterContext = clusterContext;
 }