公開方法(Public Methods) | |
ListenerChannelsMgmtMsg () | |
![]() | |
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 | ( | ) |