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

Inheritance: Akka.Actor.ActorBase
Show file 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 property

protected TimeSpan,System EmptyTimeToLive
return System.TimeSpan

PruneCancelable protected property

protected ICancelable PruneCancelable
return ICancelable

PruneDeadline protected property

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

PruneInterval protected property

protected TimeSpan,System PruneInterval
return System.TimeSpan

Subscribers protected property

protected ISet Subscribers
return ISet