TailChoppingPool Class |
Namespace: Akka.Routing
The TailChoppingPool type exposes the following members.
Name | Description | |
---|---|---|
![]() | TailChoppingPool(Config) |
Creates an instance of the TailChoppingPool.
|
![]() | TailChoppingPool(Int32, TimeSpan, TimeSpan) |
Creates an instance of the TailChoppingPool.
|
![]() | TailChoppingPool(Int32, Resizer, SupervisorStrategy, String, TimeSpan, TimeSpan, Boolean) |
Creates an instance of the TailChoppingPool.
|
Name | Description | |
---|---|---|
![]() | CreateRouter |
Creates a tail chopping router.
(Overrides RouterConfigCreateRouter(ActorSystem).) |
![]() | CreateRouterActor | (Inherited from Pool.) |
![]() | Equals(Object) | (Inherited from Pool.) |
![]() | Equals(Pool) | (Inherited from Pool.) |
![]() | Equals(RouterConfig) | (Inherited from RouterConfig.) |
![]() | GetHashCode | (Inherited from Pool.) |
![]() | GetRoutees | (Inherited from Pool.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsManagementMessage | (Inherited from RouterConfig.) |
![]() | NewRoutee | (Inherited from Pool.) |
![]() | Props | (Inherited from Pool.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithDispatcher |
Sets the router dispatcher to use for the pool.
|
![]() | WithFallback | (Inherited from RouterConfig.) |
![]() | WithResizer |
Sets the resizer to use for the pool.
|
![]() | WithSupervisorStrategy |
Sets the supervisor strategy to use for the pool.
|
Name | Description | |
---|---|---|
![]() | AsInstanceOfT | (Defined by Extensions.) |
![]() | Match |
Matches the specified target.
(Defined by PatternMatch.) |
![]() | NoRouter | (Defined by RouterConfigExtensions.) |
Name | Description | |
---|---|---|
![]() | NrOfInstances |
The number of instances in the pool.
(Inherited from Pool.) |
![]() | Resizer |
An instance of the resizer for this pool.
(Inherited from Pool.) |
![]() | RouterDispatcher | (Inherited from RouterConfig.) |
![]() | SupervisorStrategy |
An instance of the supervisor strategy for this pool.
(Inherited from Pool.) |
![]() | UsePoolDispatcher |
Whether or not to use the pool dispatcher.
(Inherited from Pool.) |