Click or drag to resize
TailChoppingGroup Class
A router group that selects a random routee, then waits an interval before sending to a different routee. The first response is used and the remaining discarded.
Inheritance Hierarchy

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

The TailChoppingGroup type exposes the following members.

Constructors
Methods
  NameDescription
Public methodCreateRouter
Creates a tail chopping router.
(Overrides GroupCreateRouter(ActorSystem).)
Public methodCreateRouterActor (Inherited from Group.)
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodEquals(RouterConfig) (Inherited from Group.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetRoutees (Inherited from Group.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsManagementMessage (Inherited from RouterConfig.)
Public methodProps (Inherited from Group.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWithFallback (Inherited from RouterConfig.)
Top
Extension Methods
Properties
  NameDescription
Public propertyPaths (Inherited from Group.)
Public propertyRouterDispatcher (Inherited from RouterConfig.)
Top
See Also