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

Inheritance: TopicLike
Datei anzeigen Open project: rogeralsing/akka.net

Public Methods

Method Description
Topic ( System.TimeSpan emptyTimeToLive, RoutingLogic routingLogic ) : System

Protected Methods

Method Description
Business ( object message ) : bool

Private Methods

Method Description
Encode ( string name ) : string

Method Details

Business() protected method

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

Topic() public method

public Topic ( System.TimeSpan emptyTimeToLive, RoutingLogic routingLogic ) : System
emptyTimeToLive System.TimeSpan
routingLogic Akka.Routing.RoutingLogic
return System