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