Click or drag to resize
TailChoppingRoutingLogic Class
The routing logic for the TailChoppingRouter. This router will send a message to a randomly chosen routee, and after a delay, send to a different randomly chosen routee. The first response is forwarded, and all other responses are discarded.
Inheritance Hierarchy
SystemObject
  Akka.RoutingRoutingLogic
    Akka.RoutingTailChoppingRoutingLogic

Namespace: Akka.Routing
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public sealed class TailChoppingRoutingLogic : RoutingLogic

The TailChoppingRoutingLogic type exposes the following members.

Constructors
  NameDescription
Public methodTailChoppingRoutingLogic
Creates an instance of the TailChoppingRoutingLogic.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSelect
Selects all routees and creates a TailChoppingRoutee.
(Overrides RoutingLogicSelect(Object, Routee).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
See Also