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

    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.

    GitHub E-Mail
    ↑ Back to top © 2026 Sergio Aquilini