Show / Hide Table of Contents

    Class RabbitBrokerOptionsConfigurator

    This class will be located via assembly scanning and invoked when a RabbitBroker is added to the IServiceCollection.

    Inheritance
    object
    RabbitBrokerOptionsConfigurator
    Implements
    IBrokerOptionsConfigurator<RabbitBroker>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Silverback.Messaging.Configuration
    Assembly: Silverback.Integration.RabbitMQ.dll
    Syntax
    public class RabbitBrokerOptionsConfigurator : IBrokerOptionsConfigurator<RabbitBroker>

    Methods

    | Improve this doc View source

    Configure(IBrokerOptionsBuilder)

    Called while registering the broker to configure the broker-specific services and options (e.g. behaviors).

    Declaration
    public void Configure(IBrokerOptionsBuilder brokerOptionsBuilder)
    Parameters
    Type Name Description
    IBrokerOptionsBuilder brokerOptionsBuilder

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

    Implements

    IBrokerOptionsConfigurator<TBroker>
    • Improve this doc
    • View source
    In this article
    • Methods
      • Configure(IBrokerOptionsBuilder)
    • Implements
    GitHub E-Mail
    ↑ Back to top © 2020 Sergio Aquilini