Show / Hide Table of Contents

    Interface IMessageWithSource

    Exposes a Source property referencing the object that generated the message.

    Namespace: Silverback.Messaging.Messages
    Assembly: Silverback.Core.dll
    Syntax
    public interface IMessageWithSource

    Properties

    Source

    Gets or sets the reference to the object that generated the message.

    Declaration
    object? Source { get; set; }
    Property Value
    Type Description
    object
    GitHub E-Mail
    ↑ Back to top © 2026 Sergio Aquilini