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) |
| com.UniPRT.Sdk.Mgmt.ListenerChannelsMgmtMsg.ListenerChannelsMgmtMsg | ( | ) |