C# Class Akka.Interfaced.MessageDispatcher

Datei anzeigen Open project: SaladLab/Akka.Interfaced Class Usage Examples

Public Methods

Method Description
GetHandler ( Type type ) : MessageHandlerItem
MessageDispatcher ( MessageHandlerItem>.Dictionary handlerTable ) : System

Private Methods

Method Description
AddHandler ( Type type, MessageHandlerItem handler ) : void

Method Details

GetHandler() public method

public GetHandler ( Type type ) : MessageHandlerItem
type System.Type
return MessageHandlerItem

MessageDispatcher() public method

public MessageDispatcher ( MessageHandlerItem>.Dictionary handlerTable ) : System
handlerTable MessageHandlerItem>.Dictionary
return System