Show / Hide Table of Contents

    Class BrokerOptionsBuilderWithConnectionOptionsExtensions

    Adds the WithConnectionOptions method to the IBrokerOptionsBuilder.

    Inheritance
    object
    BrokerOptionsBuilderWithConnectionOptionsExtensions
    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 BrokerOptionsBuilderWithConnectionOptionsExtensions

    Methods

    | Improve this doc View source

    WithConnectionOptions(IBrokerOptionsBuilder, BrokerConnectionOptions)

    Specifies the BrokerConnectionOptions.

    Declaration
    public static IBrokerOptionsBuilder WithConnectionOptions(this IBrokerOptionsBuilder brokerOptionsBuilder, BrokerConnectionOptions connectionOptions)
    Parameters
    Type Name Description
    IBrokerOptionsBuilder brokerOptionsBuilder

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

    BrokerConnectionOptions connectionOptions

    The BrokerConnectionOptions to apply.

    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