C# Class Appccelerate.DistributedEventBroker.RhinoEsb.RhinoEsbEventBrokerBus

Rhino Enterprise Service Bus specific event broker bus implementation
Inheritance: IEventBrokerBus
Afficher le fichier Open project: appccelerate/appccelerate Class Usage Examples

Méthodes publiques

Méthode Description
Publish ( IEventFired message ) : void

Publishes the specified event fired message on the bus.

RhinoEsbEventBrokerBus ( IServiceBus serviceBus ) : Messages

Initializes a new instance of the RhinoEsbEventBrokerBus class.

Method Details

Publish() public méthode

Publishes the specified event fired message on the bus.
public Publish ( IEventFired message ) : void
message IEventFired The message.
Résultat void

RhinoEsbEventBrokerBus() public méthode

Initializes a new instance of the RhinoEsbEventBrokerBus class.
public RhinoEsbEventBrokerBus ( IServiceBus serviceBus ) : Messages
serviceBus IServiceBus The service bus.
Résultat Messages