Click or drag to resize
TailChoppingPool Class
A router pool 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 TailChoppingPool : Pool

The TailChoppingPool type exposes the following members.

Constructors
  NameDescription
Public methodTailChoppingPool(Config)
Creates an instance of the TailChoppingPool.
Public methodTailChoppingPool(Int32, TimeSpan, TimeSpan)
Creates an instance of the TailChoppingPool.
Public methodTailChoppingPool(Int32, Resizer, SupervisorStrategy, String, TimeSpan, TimeSpan, Boolean)
Creates an instance of the TailChoppingPool.
Top
Methods
  NameDescription
Public methodCreateRouter
Creates a tail chopping router.
(Overrides RouterConfigCreateRouter(ActorSystem).)
Public methodCreateRouterActor (Inherited from Pool.)
Public methodEquals(Object) (Inherited from Pool.)
Public methodEquals(Pool) (Inherited from Pool.)
Public methodEquals(RouterConfig) (Inherited from RouterConfig.)
Public methodGetHashCode (Inherited from Pool.)
Public methodGetRoutees (Inherited from Pool.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsManagementMessage (Inherited from RouterConfig.)
Public methodNewRoutee (Inherited from Pool.)
Public methodProps (Inherited from Pool.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWithDispatcher
Sets the router dispatcher to use for the pool.
Public methodWithFallback (Inherited from RouterConfig.)
Public methodWithResizer
Sets the resizer to use for the pool.
Public methodWithSupervisorStrategy
Sets the supervisor strategy to use for the pool.
Top
Extension Methods
Properties
  NameDescription
Public propertyNrOfInstances
The number of instances in the pool.
(Inherited from Pool.)
Public propertyResizer
An instance of the resizer for this pool.
(Inherited from Pool.)
Public propertyRouterDispatcher (Inherited from RouterConfig.)
Public propertySupervisorStrategy
An instance of the supervisor strategy for this pool.
(Inherited from Pool.)
Public propertyUsePoolDispatcher
Whether or not to use the pool dispatcher.
(Inherited from Pool.)
Top
See Also