C# Class EzBus.Core.Host

Show file Open project: Zapote/EzBus

Public Methods

Method Description
Host ( HostConfig config ) : System
Start ( ) : void

Private Methods

Method Description
CreateListeningWorkers ( ) : void
InvokeHandler ( Type handlerType, object message ) : InvokationResult
LoadHandlers ( ) : bool
OnMessageReceived ( object sender, MessageReceivedEventArgs e ) : void
PlaceMessageOnErrorQueue ( ChannelMessage message, Exception exception ) : void
Subscribe ( ) : void

Method Details

Host() public method

public Host ( HostConfig config ) : System
config HostConfig
return System

Start() public method

public Start ( ) : void
return void