Akka.NET Documentation
Akka.NET Documentation
API Reference
Akka.Routing
SmallestMailboxPool Class
SmallestMailboxPool Constructor
SmallestMailboxPool Constructor (Int32)
SmallestMailboxPool Constructor (Config)
SmallestMailboxPool Constructor (Int32, Resizer, SupervisorStrategy, String, Boolean)
SmallestMailboxPool Constructor (Int32)
Initializes a new instance of the
SmallestMailboxPool
class.
Note
A
SmallestMailboxPool
configured in this way uses the
DefaultSupervisorStrategy
supervisor strategy.
Namespace:
Akka.Routing
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
C#
F#
Copy
public
SmallestMailboxPool
(
int
nrOfInstances
)
new
:
nrOfInstances
:
int
->
SmallestMailboxPool
Parameters
nrOfInstances
Type:
System
Int32
The initial number of routees in the pool.
See Also
Reference
SmallestMailboxPool Class
SmallestMailboxPool Overload
Akka.Routing Namespace
Akka.NET Home
|
Learn Akka.NET