Show / Hide Table of Contents

    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 null and can be subscribed as IInboundEnvelope<TMessage> only.

    Skip

    Silently skip the null message.

    Tombstone

    Map the null messages to a Tombstone<TMessage>.

    • Improve this doc
    • View source
    GitHub E-Mail
    ↑ Back to top © 2020 Sergio Aquilini