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
| Improve this doc View sourceSource
Gets or sets the reference to the object that generated the message.
Declaration
object? Source { get; set; }
Property Value
Type | Description |
---|---|
object |