Interface IMockedMqttOptions
- Namespace
- Silverback.Messaging.Configuration.Mqtt
- Assembly
- Silverback.Integration.MQTT.Testing.dll
Stores the mocked MQTT configuration.
public interface IMockedMqttOptions
Properties
ConnectionDelay
Gets or sets the delay to be applied before establishing a connection.
TimeSpan ConnectionDelay { get; set; }