Show / Hide Table of Contents

    Class BrokerOptionsBuilderAllowDuplicateEndpointsExtensions

    Adds the AllowDuplicateEndpointRegistrations method to the IBrokerOptionsBuilder.

    Inheritance
    object
    BrokerOptionsBuilderAllowDuplicateEndpointsExtensions
    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.dll
    Syntax
    public static class BrokerOptionsBuilderAllowDuplicateEndpointsExtensions

    Methods

    | Improve this doc View source

    AllowDuplicateEndpointRegistrations(IBrokerOptionsBuilder)

    Enables registration of duplicate endpoints.

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

    The IBrokerOptionsBuilder.

    Returns
    Type Description
    IBrokerOptionsBuilder

    The IBrokerOptionsBuilder so that additional calls can be chained.

    • Improve this doc
    • View source
    GitHub E-Mail
    ↑ Back to top © 2020 Sergio Aquilini