Class PinnedDispatcher
Dedicates a unique thread for each actor passed in as reference. Served through its IMessageQueue.
The preferred way of creating dispatcher is to define them in configuration and then use the Lookup(String) method.
Inherited Members
Namespace: Akka.Dispatch
Assembly: Akka.dll
Syntax
public sealed class PinnedDispatcher : Dispatcher
Constructors
| Improve this Doc View SourcePinnedDispatcher(MessageDispatcherConfigurator, String, Int32, Nullable<Int64>, ExecutorServiceFactory, TimeSpan)
TBD
Declaration
public PinnedDispatcher(MessageDispatcherConfigurator configurator, string id, int throughput, long? throughputDeadlineTime, ExecutorServiceFactory executorServiceFactory, TimeSpan shutdownTimeout)
Parameters
Type | Name | Description |
---|---|---|
MessageDispatcherConfigurator | configurator | TBD |
String | id | TBD |
Int32 | throughput | TBD |
Nullable<Int64> | throughputDeadlineTime | TBD |
Akka.Dispatch.ExecutorServiceFactory | executorServiceFactory | TBD |
TimeSpan | shutdownTimeout | TBD |