Enum NullMessageHandlingStrategy
The null message handling strategies.
Namespace: Silverback.Messaging.Serialization
Assembly: Silverback.Integration.dll
Syntax
public enum NullMessageHandlingStrategy
Fields
Name | Description |
---|---|
Legacy | The legacy behavior prior to Silverback 3. The message is forwarded as |
Skip | Silently skip the null message. |
Tombstone | Map the null messages to a Tombstone<TMessage>. |