Show / Hide Table of Contents

    Interface IMockedMqttOptionsBuilder

    Exposes the methods to configure the mocked MQTT.

    Namespace: Silverback.Messaging.Configuration.Mqtt
    Assembly: Silverback.Integration.MQTT.Testing.dll
    Syntax
    public interface IMockedMqttOptionsBuilder

    Methods

    | Improve this doc View source

    DelayConnection(TimeSpan)

    Specifies the delay to be applied before establishing a connection.

    Declaration
    IMockedMqttOptionsBuilder DelayConnection(TimeSpan delay)
    Parameters
    Type Name Description
    TimeSpan delay

    The delay to be applied before establishing a connection.

    Returns
    Type Description
    IMockedMqttOptionsBuilder

    The IMockedMqttOptionsBuilder so that additional calls can be chained.

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