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 DataSource type

RecordType1Event

Type 1 Record and Generic Record

RecordType2Event

Type 2 Record

RecordType3Event

Type 3 Record

JsonEvent

JSON

ContainerEvent

Container

DirectoryEvent

Directory

PageEvent

Page

NewsEvent

News Headline

StoryEvent

News Story

PermissionEvent

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: