Method | Description | |
---|---|---|
RhinoEsbDistributedEventBrokerExtension ( string distributedEventBrokerIdentification, IEventBrokerBus eventBrokerBus, IDistributedFactory factory ) : Rhino.ServiceBus |
Initializes a new instance of the RhinoEsbDistributedEventBrokerExtension class.
|
|
RhinoEsbDistributedEventBrokerExtension ( string distributedEventBrokerIdentification, IServiceBus serviceBus ) : Rhino.ServiceBus |
Initializes a new instance of the RhinoEsbDistributedEventBrokerExtension class.
|
|
RhinoEsbDistributedEventBrokerExtension ( string distributedEventBrokerIdentification, IServiceBus serviceBus, IDistributedFactory factory ) : Rhino.ServiceBus |
Initializes a new instance of the RhinoEsbDistributedEventBrokerExtension class.
|
public RhinoEsbDistributedEventBrokerExtension ( string distributedEventBrokerIdentification, IEventBrokerBus eventBrokerBus, IDistributedFactory factory ) : Rhino.ServiceBus | ||
distributedEventBrokerIdentification | string | The distributed event broker identification. |
eventBrokerBus | IEventBrokerBus | The event broker bus. |
factory | IDistributedFactory | The factory. |
return | Rhino.ServiceBus |
public RhinoEsbDistributedEventBrokerExtension ( string distributedEventBrokerIdentification, IServiceBus serviceBus ) : Rhino.ServiceBus | ||
distributedEventBrokerIdentification | string | The distributed event broker identification. |
serviceBus | IServiceBus | The service bus. |
return | Rhino.ServiceBus |
public RhinoEsbDistributedEventBrokerExtension ( string distributedEventBrokerIdentification, IServiceBus serviceBus, IDistributedFactory factory ) : Rhino.ServiceBus | ||
distributedEventBrokerIdentification | string | The distributed event broker identification. |
serviceBus | IServiceBus | The service bus. |
factory | IDistributedFactory | The factory. |
return | Rhino.ServiceBus |