Uses of Interface
com.caplin.datasource.channel.Channel
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 Channel in com.caplin.datasource.channel
Modifier and TypeMethodDescriptionvoid
ChannelListener.onChannelClose
(Channel channel) Callback that informs theChannelListener
that a StreamLink client wishes to close a channel.boolean
ChannelListener.onChannelOpen
(Channel channel) Callback that informs theChannelListener
that a StreamLink client wishes to open a channel.void
ChannelListener.onMessageReceived
(Channel channel, RecordMessage recordMessage) Callback that informs theChannelListener
that a StreamLink client has sent a message to the DataSource via a specified channel.