C# Class Appccelerate.DistributedEventBroker.RhinoEsb.RhinoEsbEventBrokerBus

Rhino Enterprise Service Bus specific event broker bus implementation
Inheritance: IEventBrokerBus
Show file Open project: appccelerate/appccelerate Class Usage Examples

Public Methods

Method 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 method

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

RhinoEsbEventBrokerBus() public method

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