C# Class IntegrationPatterns.Routers.MessageRouter

Inheritance: IntegrationPatterns.Infrastructure.ProcessingUnit
Show file Open project: HaishiBai/EnterpriseIntegrationPatterns

Public Methods

Method Description
MessageRouter ( ) : System

Protected Methods

Method Description
PickOutputChannel ( ChannelMessageEventArgs e ) : int

Private Methods

Method Description
InputChannels_MessageReceivedOnChannel ( object sender, ChannelMessageEventArgs e ) : void

Method Details

MessageRouter() public method

public MessageRouter ( ) : System
return System

PickOutputChannel() protected method

protected PickOutputChannel ( ChannelMessageEventArgs e ) : int
e IntegrationPatterns.Infrastructure.ChannelMessageEventArgs
return int