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
IChannelHandler
The handler to set on the ChannelServer instance.
Returns
void

