Uses of Interface
com.caplin.datasource.channel.JsonChannel
Packages that use JsonChannel
Package
Description
The Channel package consists of interfaces allowing creation and maintenance of
Channels that provide a
bi-directional communication mechanism between StreamLink clients and DataSource applications-
Uses of JsonChannel in com.caplin.datasource.channel
Methods in com.caplin.datasource.channel with parameters of type JsonChannelModifier and TypeMethodDescriptionvoidJsonChannelListener.onChannelClose(JsonChannel jsonChannel) Callback that informs theJsonChannelListenerthat a StreamLink client wishes to close a channel.booleanJsonChannelListener.onChannelOpen(JsonChannel jsonChannel) Callback that informs theJsonChannelListenerthat a StreamLink client wishes to open a channel.voidJsonChannelListener.onMessageReceived(JsonChannel jsonChannel, JsonChannelMessage jsonMessage) Callback that informs theJsonChannelListenerthat a StreamLink client has sent a message to the DataSource via a specified channel.