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 sourceDelayConnection(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. |