Akka.Interfaced.RequestDispatcher.RequestDispatcher C# (CSharp) Method

RequestDispatcher() public method

public RequestDispatcher ( RequestHandlerItem>.Dictionary handlerTable ) : System
handlerTable RequestHandlerItem>.Dictionary
return System
        public RequestDispatcher(Dictionary<Type, RequestHandlerItem> handlerTable)
        {
            _handlerTable = handlerTable;
        }