C# 클래스 Akka.Cluster.ClusterDomainEventPublisher

상속: Akka.Actor.UntypedActor
파일 보기 프로젝트 열기: rogeralsing/akka.net

공개 메소드들

메소드 설명
ClusterDomainEventPublisher ( ) : System

보호된 메소드들

메소드 설명
OnReceive ( object message ) : void
PostStop ( ) : void
PreRestart ( Exception reason, object message ) : void

비공개 메소드들

메소드 설명
ClearState ( ) : void
Publish ( object @event ) : void
PublishChanges ( Gossip newGossip ) : void
PublishDiff ( Gossip oldGossip, Gossip newGossip, Action pub ) : void
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

메소드 상세

ClusterDomainEventPublisher() 공개 메소드

public ClusterDomainEventPublisher ( ) : System
리턴 System

OnReceive() 보호된 메소드

protected OnReceive ( object message ) : void
message object
리턴 void

PostStop() 보호된 메소드

protected PostStop ( ) : void
리턴 void

PreRestart() 보호된 메소드

protected PreRestart ( Exception reason, object message ) : void
reason System.Exception
message object
리턴 void