Uses of Interface
com.caplin.datasource.channel.JsonChannel
Package
Description
The Channel package consists of interfaces allowing creation and maintenance of
Channel
s that
provide a bi-directional communication mechanism between StreamLink clients and DataSource applications-
Uses of JsonChannel in com.caplin.datasource.channel
Modifier and TypeMethodDescriptionvoid
JsonChannelListener.onChannelClose
(JsonChannel jsonChannel) Callback that informs theJsonChannelListener
that a StreamLink client wishes to close a channel.boolean
JsonChannelListener.onChannelOpen
(JsonChannel jsonChannel) Callback that informs theJsonChannelListener
that a StreamLink client wishes to open a channel.void
JsonChannelListener.onMessageReceived
(JsonChannel jsonChannel, JsonChannelMessage jsonMessage) Callback that informs theJsonChannelListener
that a StreamLink client has sent a message to the DataSource via a specified channel.