Table of Contents

Source Property

Definition

Namespace
Savvyio.Messaging
Assemblies
Savvyio.Core.dll
Source
src/Savvyio.Core/Messaging/IMessage.cs

Source

Gets the context that describes the origin of the message. When combined with Id, this enables deduplication.

string Source { get; }

Property Value

string

The context that describes the origin of the message.