Method |
Description |
|
ClearState ( ) : void |
|
|
Publish ( object @event ) : void |
|
|
PublishChanges ( Gossip newGossip ) : void |
|
|
PublishDiff ( Gossip oldGossip, Gossip newGossip, Action |
|
|
PublishInternalStats ( ClusterEvent currentStats ) : void |
|
|
SendCurrentClusterState ( IActorRef receiver ) : void |
The current snapshot state corresponding to latest gossip to mimic what you would have seen if you were listening to the events. |
|
Subscribe ( IActorRef subscriber, ClusterEvent initMode, IEnumerable to ) : void |
|
|
Unsubscribe ( IActorRef subscriber, Type to ) : void |
|
|