Class BrokerOptionsBuilderAddRabbitExtensions
Adds the AddRabbit
method to the IBroker
Inherited Members
Namespace: Microsoft.Extensions.DependencyInjection
Assembly: Silverback.Integration.RabbitMQ.dll
Syntax
public static class BrokerOptionsBuilderAddRabbitExtensions
Methods
| Improve this doc View sourceAddRabbit(IBrokerOptionsBuilder)
Registers RabbitMQ as message broker.
Declaration
public static IBrokerOptionsBuilder AddRabbit(this IBrokerOptionsBuilder brokerOptionsBuilder)
Parameters
Type | Name | Description |
---|---|---|
IBroker |
brokerOptionsBuilder | The IBroker |
Returns
Type | Description |
---|---|
IBroker |
The IBroker |