DataSource.NET  7.1.32.168791-9652659d
Caplin.DataSource.Messaging.Mapping.IMappingMessage Interface Reference

Mapping messages allow a DataSource to inform a remote peer (usually Liberator or Transformer) that it should request a different subject. More...

Inheritance diagram for Caplin.DataSource.Messaging.Mapping.IMappingMessage:
Caplin.DataSource.Messaging.IMessage

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...
 

Detailed Description

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.

Property Documentation

string Caplin.DataSource.Messaging.Mapping.IMappingMessage.Mapping
get

Get the mapped-to subject for the message.


Generated on Wed Oct 18 2023 17:20:25 for DataSource.NET