C# Class Bus.InternalBus

Inheritance: IBus, IReplier
Afficher le fichier Open project: jbouzaglou/PetPigeonsESB Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
Initialize ( ) : void
InternalBus ( IMessageSender messageSender, IBusBootstrapper busBootstrapper, IDataReceiver dataReceiver, HandlingProcessorStandard handlingProcessorStandard, HandlingProcessorInfrastructure handlingProcessorInfrastructure, PersistenceSynchronizationProcessor networkProcessor, MessageTargetsHandler messageTargetsHandler, NetworkSender networkSender, IHeartbeatManager heartbeatManager, IQueueConfiguration queueConfiguration ) : System.Threading
Publish ( IEvent message ) : void
Reply ( IMessage message ) : void
Send ( ICommand command ) : IBlockableUntilCompletion

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Initialize() public méthode

public Initialize ( ) : void
Résultat void

InternalBus() public méthode

public InternalBus ( IMessageSender messageSender, IBusBootstrapper busBootstrapper, IDataReceiver dataReceiver, HandlingProcessorStandard handlingProcessorStandard, HandlingProcessorInfrastructure handlingProcessorInfrastructure, PersistenceSynchronizationProcessor networkProcessor, MessageTargetsHandler messageTargetsHandler, NetworkSender networkSender, IHeartbeatManager heartbeatManager, IQueueConfiguration queueConfiguration ) : System.Threading
messageSender IMessageSender
busBootstrapper IBusBootstrapper
dataReceiver IDataReceiver
handlingProcessorStandard HandlingProcessorStandard
handlingProcessorInfrastructure HandlingProcessorInfrastructure
networkProcessor PersistenceSynchronizationProcessor
messageTargetsHandler MessageTargetsHandler
networkSender NetworkSender
heartbeatManager IHeartbeatManager
queueConfiguration IQueueConfiguration
Résultat System.Threading

Publish() public méthode

public Publish ( IEvent message ) : void
message IEvent
Résultat void

Reply() public méthode

public Reply ( IMessage message ) : void
message IMessage
Résultat void

Send() public méthode

public Send ( ICommand command ) : IBlockableUntilCompletion
command ICommand
Résultat IBlockableUntilCompletion