IChannelServer
Interface for ChannelServer that provides the ability to set a handler for channel
use cases.
Deprecated
This interface is deprecated. Please use {IChannelServer2} instead.
Accessors
handler
Set Signature
set handler(
handler):void
Sets the handler to receive callbacks to handle channel commands.
Parameters
handler
The handler to set on the ChannelServer instance.
Returns
void
Last updated: Oct 02, 2025

