DataSource.NET
7.1.29.112283-2b6ad187
|
Mapping messages allow a DataSource to inform a remote peer (usually Liberator or Transformer) that it should request a different subject. More...
Properties | |
string | Mapping [get] |
Get the mapped-to subject for the message. More... | |
Properties inherited from Caplin.DataSource.Messaging.IMessage | |
bool | Image [get, set] |
Gets or sets a boolean value indicating whether this IMessage represents an image or an update. More... | |
string | Subject [get] |
Gets the subject of this message. More... | |
Mapping messages allow a DataSource to inform a remote peer (usually Liberator or Transformer) that it should request a different subject.
An IMappingMessage is created with a subject
and a mapping
. When a request for subject
is received by the DataSourec and it responds with an IMappingMessage, the Liberator will request mapping
. Updates for mapping
will be routed transparently by the Liberator to all StreamLink clients originally requesting subject
.
|
get |
Get the mapped-to subject for the message.