Akka.TestKit.CallingThreadDispatcherConfigurator.Dispatcher C# (CSharp) Method

Dispatcher() public method

public Dispatcher ( ) : MessageDispatcher
return Akka.Dispatch.MessageDispatcher
        public override MessageDispatcher Dispatcher()
        {
            return new CallingThreadDispatcher(this);
        }
    }
CallingThreadDispatcherConfigurator