Show / Hide Table of Contents

    Class BrokerOptionsBuilderAddMqttExtensions

    Adds the AddMqtt method to the IBrokerOptionsBuilder.

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

    Methods

    | Improve this doc View source

    AddMqtt(IBrokerOptionsBuilder)

    Registers Apache Mqtt as message broker.

    Declaration
    public static IBrokerOptionsBuilder AddMqtt(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
    GitHub E-Mail
    ↑ Back to top © 2020 Sergio Aquilini