Class MassTransitExtensions
Extenstions for MassTransit objects
Inheritance
System.Object
MassTransitExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.MessageBroker.RabbitMQ
Assembly: Simplic.MessageBroker.RabbitMQ.dll
Syntax
public static class MassTransitExtensions
Methods
| Improve this Doc View SourceInitializeHost(IRabbitMqBusFactoryConfigurator, IConnectionConfigurationService)
Initializes the RabbitMQ host for a MassTransitBus
Declaration
public static void InitializeHost(this IRabbitMqBusFactoryConfigurator rabbitMQConfigurator, IConnectionConfigurationService configurationService)
Parameters
Type | Name | Description |
---|---|---|
IRabbitMqBusFactoryConfigurator | rabbitMQConfigurator | |
IConnectionConfigurationService | configurationService |