C# Class Akka.Cluster.Tools.PublishSubscribe.Internal.TopicLike

Inheritance: Akka.Actor.ActorBase
Afficher le fichier Open project: rogeralsing/akka.net

Protected Properties

Свойство Type Description
EmptyTimeToLive System.TimeSpan
PruneCancelable ICancelable
PruneDeadline Akka.Remote.Deadline
PruneInterval System.TimeSpan
Subscribers ISet

Méthodes protégées

Méthode Description
Business ( object message ) : bool
DefaultReceive ( object message ) : bool
PostStop ( ) : void
Receive ( object message ) : bool
TopicLike ( System.TimeSpan emptyTimeToLive ) : System

Private Methods

Méthode Description
Remove ( IActorRef actorRef ) : void

Method Details

Business() protected abstract méthode

protected abstract Business ( object message ) : bool
message object
Résultat bool

DefaultReceive() protected méthode

protected DefaultReceive ( object message ) : bool
message object
Résultat bool

PostStop() protected méthode

protected PostStop ( ) : void
Résultat void

Receive() protected méthode

protected Receive ( object message ) : bool
message object
Résultat bool

TopicLike() protected méthode

protected TopicLike ( System.TimeSpan emptyTimeToLive ) : System
emptyTimeToLive System.TimeSpan
Résultat System

Property Details

EmptyTimeToLive protected_oe property

protected TimeSpan,System EmptyTimeToLive
Résultat System.TimeSpan

PruneCancelable protected_oe property

protected ICancelable PruneCancelable
Résultat ICancelable

PruneDeadline protected_oe property

protected Deadline,Akka.Remote PruneDeadline
Résultat Akka.Remote.Deadline

PruneInterval protected_oe property

protected TimeSpan,System PruneInterval
Résultat System.TimeSpan

Subscribers protected_oe property

protected ISet Subscribers
Résultat ISet