Akka.Interfaced.NotificationDispatcher.NotificationDispatcher C# (CSharp) 메소드

NotificationDispatcher() 공개 메소드

public NotificationDispatcher ( NotificationHandlerItem>.Dictionary handlerTable ) : System
handlerTable NotificationHandlerItem>.Dictionary
리턴 System
        public NotificationDispatcher(Dictionary<Type, NotificationHandlerItem> handlerTable)
        {
            _handlerTable = handlerTable;
        }