Uses of Interface
com.caplin.datasource.channel.Channel
Packages that use Channel
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 Channel in com.caplin.datasource.channel
Methods in com.caplin.datasource.channel with parameters of type ChannelModifier and TypeMethodDescriptionvoidChannelListener.onChannelClose(Channel channel) Callback that informs theChannelListenerthat a StreamLink client wishes to close a channel.booleanChannelListener.onChannelOpen(Channel channel) Callback that informs theChannelListenerthat a StreamLink client wishes to open a channel.voidChannelListener.onMessageReceived(Channel channel, RecordMessage recordMessage) Callback that informs theChannelListenerthat a StreamLink client has sent a message to the DataSource via a specified channel.