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)
Declaration
public CallingThreadDispatcher(MessageDispatcherConfigurator configurator)
Parameters
Type | Name | Description |
---|---|---|
MessageDispatcherConfigurator | configurator |
Fields
| Improve this Doc View SourceId
HOCON id of the CallingThreadDispatcher
Declaration
public static string Id
Field Value
Type | Description |
---|---|
String |
Methods
| Improve this Doc View SourceExecuteTask(IRunnable)
Declaration
protected override void ExecuteTask(IRunnable run)
Parameters
Type | Name | Description |
---|---|---|
IRunnable | run |
Overrides
| Improve this Doc View SourceShutdown()
Declaration
protected override void Shutdown()
Overrides
Akka.Dispatch.MessageDispatcher.Shutdown()