C# 클래스 Akka.Cluster.Tools.PublishSubscribe.Internal.TopicLike

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

보호된 프로퍼티들

프로퍼티 타입 설명
EmptyTimeToLive System.TimeSpan
PruneCancelable ICancelable
PruneDeadline Akka.Remote.Deadline
PruneInterval System.TimeSpan
Subscribers ISet

보호된 메소드들

메소드 설명
Business ( object message ) : bool
DefaultReceive ( object message ) : bool
PostStop ( ) : void
Receive ( object message ) : bool
TopicLike ( System.TimeSpan emptyTimeToLive ) : System

비공개 메소드들

메소드 설명
Remove ( IActorRef actorRef ) : void

메소드 상세

Business() 보호된 추상적인 메소드

protected abstract Business ( object message ) : bool
message object
리턴 bool

DefaultReceive() 보호된 메소드

protected DefaultReceive ( object message ) : bool
message object
리턴 bool

PostStop() 보호된 메소드

protected PostStop ( ) : void
리턴 void

Receive() 보호된 메소드

protected Receive ( object message ) : bool
message object
리턴 bool

TopicLike() 보호된 메소드

protected TopicLike ( System.TimeSpan emptyTimeToLive ) : System
emptyTimeToLive System.TimeSpan
리턴 System

프로퍼티 상세

EmptyTimeToLive 보호되어 있는 프로퍼티

protected TimeSpan,System EmptyTimeToLive
리턴 System.TimeSpan

PruneCancelable 보호되어 있는 프로퍼티

protected ICancelable PruneCancelable
리턴 ICancelable

PruneDeadline 보호되어 있는 프로퍼티

protected Deadline,Akka.Remote PruneDeadline
리턴 Akka.Remote.Deadline

PruneInterval 보호되어 있는 프로퍼티

protected TimeSpan,System PruneInterval
리턴 System.TimeSpan

Subscribers 보호되어 있는 프로퍼티

protected ISet Subscribers
리턴 ISet