Show / Hide Table of Contents

    Class BrokerOptionsBuilderAddRabbitExtensions

    Adds the AddRabbit method to the IBrokerOptionsBuilder.

    Inheritance
    object
    BrokerOptionsBuilderAddRabbitExtensions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Microsoft.Extensions.DependencyInjection
    Assembly: Silverback.Integration.RabbitMQ.dll
    Syntax
    public static class BrokerOptionsBuilderAddRabbitExtensions

    Methods

    | Improve this doc View source

    AddRabbit(IBrokerOptionsBuilder)

    Registers RabbitMQ as message broker.

    Declaration
    public static IBrokerOptionsBuilder AddRabbit(this IBrokerOptionsBuilder brokerOptionsBuilder)
    Parameters
    Type Name Description
    IBrokerOptionsBuilder brokerOptionsBuilder

    The IBrokerOptionsBuilder that references the IServiceCollection to add the services to.

    Returns
    Type Description
    IBrokerOptionsBuilder

    The IBrokerOptionsBuilder so that additional calls can be chained.

    • Improve this doc
    • View source
    In this article
    • Methods
      • AddRabbit(IBrokerOptionsBuilder)
    GitHub E-Mail
    ↑ Back to top © 2020 Sergio Aquilini