C# Class Appccelerate.DistributedEventBroker.RhinoEsb.RhinoEsbDistributedEventBrokerExtension

Distributed event broker extension for RhinoESB.
Inheritance: DistributedEventBrokerExtensionBase
Afficher le fichier Open project: appccelerate/appccelerate

Méthodes publiques

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

Method Details

RhinoEsbDistributedEventBrokerExtension() public méthode

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.
Résultat Rhino.ServiceBus

RhinoEsbDistributedEventBrokerExtension() public méthode

Initializes a new instance of the RhinoEsbDistributedEventBrokerExtension class.
public RhinoEsbDistributedEventBrokerExtension ( string distributedEventBrokerIdentification, IServiceBus serviceBus ) : Rhino.ServiceBus
distributedEventBrokerIdentification string The distributed event broker identification.
serviceBus IServiceBus The service bus.
Résultat Rhino.ServiceBus

RhinoEsbDistributedEventBrokerExtension() public méthode

Initializes a new instance of the RhinoEsbDistributedEventBrokerExtension class.
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.
Résultat Rhino.ServiceBus