C# Class EzBus.Core.InMemoryMessageChannel

Inheritance: ISendingChannel, IReceivingChannel, IPublishingChannel
Afficher le fichier Open project: Zapote/EzBus

Méthodes publiques

Méthode 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 méthode

public static GetSentDestinations ( ) : IEnumerable
Résultat IEnumerable

InMemoryMessageChannel() public méthode

public InMemoryMessageChannel ( ) : System
Résultat System

Initialize() public méthode

public Initialize ( EndpointAddress inputAddress, EndpointAddress errorAddress ) : void
inputAddress EndpointAddress
errorAddress EndpointAddress
Résultat void

Publish() public méthode

public Publish ( ChannelMessage channelMessage ) : void
channelMessage ChannelMessage
Résultat void

Reset() public static méthode

public static Reset ( ) : void
Résultat void

Send() public méthode

public Send ( EndpointAddress destination, ChannelMessage channelMessage ) : void
destination EndpointAddress
channelMessage ChannelMessage
Résultat void