Table of Contents

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 = 0

No exception is thrown when no matching subscribers are found for the produced message. This is the default behavior.

LogWarning = 1

No exception is thrown when no matching subscribers are found for the produced message, but a warning is logged.

Throw = 2

An exception is thrown when no matching subscribers are found for the produced message.