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

Inheritance: Akka.Actor.ActorBase
Exibir arquivo Open project: rogeralsing/akka.net

Protected Properties

Property Type Description
EmptyTimeToLive System.TimeSpan
PruneCancelable ICancelable
PruneDeadline Akka.Remote.Deadline
PruneInterval System.TimeSpan
Subscribers ISet

Protected Methods

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

Private Methods

Method Description
Remove ( IActorRef actorRef ) : void

Method Details

Business() protected abstract method

protected abstract Business ( object message ) : bool
message object
return bool

DefaultReceive() protected method

protected DefaultReceive ( object message ) : bool
message object
return bool

PostStop() protected method

protected PostStop ( ) : void
return void

Receive() protected method

protected Receive ( object message ) : bool
message object
return bool

TopicLike() protected method

protected TopicLike ( System.TimeSpan emptyTimeToLive ) : System
emptyTimeToLive System.TimeSpan
return System

Property Details

EmptyTimeToLive protected_oe property

protected TimeSpan,System EmptyTimeToLive
return System.TimeSpan

PruneCancelable protected_oe property

protected ICancelable PruneCancelable
return ICancelable

PruneDeadline protected_oe property

protected Deadline,Akka.Remote PruneDeadline
return Akka.Remote.Deadline

PruneInterval protected_oe property

protected TimeSpan,System PruneInterval
return System.TimeSpan

Subscribers protected_oe property

protected ISet Subscribers
return ISet