Enum NoMatchingSubscribersBehavior
Defines the behavior when no matching subscribers are found for the produced message.
Namespace: Silverback.Messaging.Configuration.Mqtt
Assembly: Silverback.Integration.MQTT.dll
Syntax
public enum NoMatchingSubscribersBehavior
Fields
| Name | Description |
|---|---|
| Ignore | No exception is thrown when no matching subscribers are found for the produced message. This is the default behavior. |
| LogWarning | No exception is thrown when no matching subscribers are found for the produced message, but a warning is logged. |
| Throw | An exception is thrown when no matching subscribers are found for the produced message. |