StreamLink data types

Sub-interfaces of StreamLink’s DataEvent interface provide your application with access to information on updates to a subscribed subject.

This page provides direct links to the StreamLink JS API reference. For platforms other than JavaScript, see the links at the foot of this page.

StreamLink JS DataEvent sub-interfaces
Interface Subject type

RecordType1Event

DataSource Type 1 Record and Generic Record

RecordType2Event

DataSource Type 2 Record

RecordType3Event

DataSource Type 3 Record

ContainerEvent

DataSource Container

DirectoryEvent

DataSource Directory

PageEvent

DataSource Page

NewsEvent

DataSource News Headline

StoryEvent

DataSource News Story

PermissionEvent

DataSource Permission

Generic Record is an alternative representation of DataSource type one data used internally between components on the Caplin Platform. Over RTTP, update messages for DataSource Generic Records are identical in form to updates for DataSource Type 1 Records.


See also: