Interface IMessageWithSource
- Namespace
- Silverback.Messaging.Messages
- Assembly
- Silverback.Core.dll
Exposes a Source property referencing the object that generated the message.
public interface IMessageWithSource
Properties
Source
Gets or sets the reference to the object that generated the message.
object? Source { get; set; }