Pool Class |
[Missing <summary> documentation for "T:Akka.Routing.Pool"]
Namespace: Akka.Routing
The Pool type exposes the following members.
Name | Description | |
---|---|---|
![]() | Pool | Initializes a new instance of the Pool class |
![]() | Pool(Config) | Initializes a new instance of the Pool class |
![]() | Pool(Int32, Resizer, SupervisorStrategy, String, Boolean) | Initializes a new instance of the Pool class |
Name | Description | |
---|---|---|
![]() | CreateRouter | (Inherited from RouterConfig.) |
![]() | CreateRouterActor | (Overrides RouterConfigCreateRouterActor.) |
![]() | Equals(Object) | (Overrides ObjectEquals(Object).) |
![]() | Equals(Pool) | |
![]() | Equals(RouterConfig) | (Inherited from RouterConfig.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | (Overrides ObjectGetHashCode.) |
![]() | GetRoutees | (Overrides RouterConfigGetRoutees(RoutedActorCell).) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsManagementMessage | (Inherited from RouterConfig.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | NewRoutee | |
![]() | Props | |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithFallback | (Inherited from RouterConfig.) |
Name | Description | |
---|---|---|
![]() | AsInstanceOfT | (Defined by Extensions.) |
![]() | Match |
Matches the specified target.
(Defined by PatternMatch.) |
![]() | NoRouter | (Defined by RouterConfigExtensions.) |
Name | Description | |
---|---|---|
![]() ![]() | DefaultStrategy |
When supervisorStrategy is not specified for an actor this
is used by default. OneForOneStrategy with a decider which escalates by default.
|
![]() | NrOfInstances |
The number of instances in the pool.
|
![]() | Resizer |
An instance of the resizer for this pool.
|
![]() | RouterDispatcher | (Inherited from RouterConfig.) |
![]() | SupervisorStrategy |
An instance of the supervisor strategy for this pool.
|
![]() | UsePoolDispatcher |
Whether or not to use the pool dispatcher.
|