|
virtual void | ListenerChannelConnect (Channel< T > chnlToReconnect, MgmtChannelFilterType chnlType, string solicitedMsgId="") |
| Connect or reconnect a channel for listening to msgs. solicitedMsgId only applies for channels of MgmtChannelFilterType::MY_SOLICITED_MSGS_ONLY or MgmtChannelFilterType::MY_SOLICITED_AND_UNSOLICITED_MSGS type.
|
|
virtual void | ListenerChannelDisconnect (Channel< T > chnlToRemove) |
| Disconnect channel. No more msgs added to a channel that is disconnected, but channel can be reconnected in the future.
|
|
virtual void | ListenerChannelDisconnectPermanently (Channel< T > chnlToRemove) |
| Disconnect a channel permanently so that it cannot be reconnected.
|
|
virtual Channel< T > | ListenerChannelGetNew (int capacity, MgmtChannelFilterType chnlType, string solicitedMsgId="") |
| Creates new channel for caller to listen for fully formed JSON msgs. More...
|
|