Interface IMockedMqttOptions
Stores the mocked MQTT configuration.
Namespace: Silverback.Messaging.Configuration.Mqtt
Assembly: Silverback.Integration.MQTT.Testing.dll
Syntax
public interface IMockedMqttOptions
Properties
| Improve this doc View sourceConnectionDelay
Gets or sets the delay to be applied before establishing a connection.
Declaration
TimeSpan ConnectionDelay { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |