C# Class EzBus.Core.InMemoryMessageChannel

Inheritance: ISendingChannel, IReceivingChannel, IPublishingChannel
Show file Open project: Zapote/EzBus

Public Methods

Method Description
GetSentDestinations ( ) : IEnumerable
InMemoryMessageChannel ( ) : System
Initialize ( EndpointAddress inputAddress, EndpointAddress errorAddress ) : void
Publish ( ChannelMessage channelMessage ) : void
Reset ( ) : void
Send ( EndpointAddress destination, ChannelMessage channelMessage ) : void

Method Details

GetSentDestinations() public static method

public static GetSentDestinations ( ) : IEnumerable
return IEnumerable

InMemoryMessageChannel() public method

public InMemoryMessageChannel ( ) : System
return System

Initialize() public method

public Initialize ( EndpointAddress inputAddress, EndpointAddress errorAddress ) : void
inputAddress EndpointAddress
errorAddress EndpointAddress
return void

Publish() public method

public Publish ( ChannelMessage channelMessage ) : void
channelMessage ChannelMessage
return void

Reset() public static method

public static Reset ( ) : void
return void

Send() public method

public Send ( EndpointAddress destination, ChannelMessage channelMessage ) : void
destination EndpointAddress
channelMessage ChannelMessage
return void