Class CallingThreadDispatcher
INTERNAL API
Used to run an actor on the foreground thread.
Inherited Members
Namespace: Akka.TestKit
Assembly: Akka.TestKit.dll
Syntax
public class CallingThreadDispatcher : MessageDispatcher
Constructors
| Improve this Doc View SourceCallingThreadDispatcher(MessageDispatcherConfigurator)
TBD
Declaration
public CallingThreadDispatcher(MessageDispatcherConfigurator configurator)
Parameters
Type | Name | Description |
---|---|---|
MessageDispatcherConfigurator | configurator | TBD |
Fields
| Improve this Doc View SourceId
TBD
Declaration
public static string Id
Field Value
Type | Description |
---|---|
String |
Methods
| Improve this Doc View SourceExecuteTask(IRunnable)
TBD
Declaration
protected override void ExecuteTask(IRunnable run)
Parameters
Type | Name | Description |
---|---|---|
IRunnable | run | TBD |
Overrides
| Improve this Doc View SourceShutdown()
TBD
Declaration
protected override void Shutdown()
Overrides
Akka.Dispatch.MessageDispatcher.Shutdown()