UniPRT SDK  v1.0.0.0
com.UniPRT.Sdk.Mgmt.ListenerChannelsMgmtMsg类 参考
类 com.UniPRT.Sdk.Mgmt.ListenerChannelsMgmtMsg 继承关系图:
com.UniPRT.Sdk.Mgmt.AMgmtListenerChannels< MgmtMsg >

Public 成员函数

 ListenerChannelsMgmtMsg ()
 
- Public 成员函数 继承自 com.UniPRT.Sdk.Mgmt.AMgmtListenerChannels< MgmtMsg >
 AMgmtListenerChannels ()
 
void ListenerChannelDisconnect (Channel< T > chnlToRemove)
 断开通道。断开的通道不会再接收讯息,但未来可以重新连接。 更多...
 
void ListenerChannelDisconnectPermanently (Channel< T > chnlToRemove)
 永久断开通道,使其无法重新连接。 更多...
 
Channel< T > ListenerChannelGetNew (int capacity, MgmtChannelFilterType chnlType, String solicitedMsgId)
 创建新通道供调用者监听完整的JSON讯息。 更多...
 
Channel< T > ListenerChannelGetNew (int capacity, MgmtChannelFilterType chnlType)
 
void ListenerChannelConnect (Channel< T > chnlToReconnect, MgmtChannelFilterType chnlType, String solicitedMsgId)
 连接或重新连接通道以接收讯息。 更多...
 
void ListenerChannelConnect (Channel< T > chnlToReconnect, MgmtChannelFilterType chnlType)
 
void ListenerMsgDeposit (T msgToDeposit, String solicitedMsgId)
 

构造及析构函数说明

◆ ListenerChannelsMgmtMsg()

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

该类的文档由以下文件生成: