Akka.TestKit.CallingThreadDispatcherConfigurator.Dispatcher C# (CSharp) 메소드

Dispatcher() 공개 메소드

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