UniPRT SDK  v1.0.0.0
com.UniPRT.Sdk.Mgmt.ListenerChannelsMgmtMsg Class Reference
Inheritance diagram for com.UniPRT.Sdk.Mgmt.ListenerChannelsMgmtMsg:
com.UniPRT.Sdk.Mgmt.AMgmtListenerChannels< MgmtMsg >

Public Member Functions

 ListenerChannelsMgmtMsg ()
 
- Public Member Functions inherited from com.UniPRT.Sdk.Mgmt.AMgmtListenerChannels< MgmtMsg >
 AMgmtListenerChannels ()
 
void ListenerChannelDisconnect (Channel< T > chnlToRemove)
 Disconnect channel. No more messages added to a channel that is disconnected, but the channel can be reconnected in the future. More...
 
void ListenerChannelDisconnectPermanently (Channel< T > chnlToRemove)
 Disconnect a channel permanently so that it cannot be reconnected. More...
 
Channel< T > ListenerChannelGetNew (int capacity, MgmtChannelFilterType chnlType, String solicitedMsgId)
 Creates new channel for caller to listen for fully formed JSON msgs. More...
 
Channel< T > ListenerChannelGetNew (int capacity, MgmtChannelFilterType chnlType)
 
void ListenerChannelConnect (Channel< T > chnlToReconnect, MgmtChannelFilterType chnlType, String solicitedMsgId)
 Connect or reconnect a channel for listening to messages. More...
 
void ListenerChannelConnect (Channel< T > chnlToReconnect, MgmtChannelFilterType chnlType)
 
void ListenerMsgDeposit (T msgToDeposit, String solicitedMsgId)
 

Constructor & Destructor Documentation

◆ ListenerChannelsMgmtMsg()

com.UniPRT.Sdk.Mgmt.ListenerChannelsMgmtMsg.ListenerChannelsMgmtMsg ( )

The documentation for this class was generated from the following file: