C# Class Akka.Routing.ConsistentRoutee

INTERNAL API Important to use ActorRef with full address, with host and port, in the hash ring, so that same ring is produced on different nodes. The ConsistentHash uses toString of the ring nodes, and the ActorRef itself isn't a good representation, because LocalActorRef doesn't include the host and port.
Datei anzeigen Open project: rogeralsing/akka.net

Public Methods

Method Description
ConsistentRoutee ( Routee routee, Akka.Actor.Address selfAddress ) : System
ToString ( ) : string

Private Methods

Method Description
ToStringWithFullAddress ( ActorPath path ) : string

Method Details

ConsistentRoutee() public method

public ConsistentRoutee ( Routee routee, Akka.Actor.Address selfAddress ) : System
routee Routee
selfAddress Akka.Actor.Address
return System

ToString() public method

public ToString ( ) : string
return string