public interface IDuplexDispatcher extends IAttachableMultipleDuplexInputChannels
Modifier and Type | Method and Description |
---|---|
void |
addDuplexOutputChannel(java.lang.String channelId)
Adds the duplex output channel id to the dispatcher.
|
java.lang.String |
getAssociatedResponseReceiverId(java.lang.String responseReceiverId)
Returns response receiver id of the client connected to the dispatcher.
|
void |
removeAllDuplexOutputChannels()
Removes all duplex output channels from the dispatcher.
|
void |
removeDuplexOutputChannel(java.lang.String channelId)
Removes the duplex output channel from the dispatcher.
|
attachDuplexInputChannel, detachDuplexInputChannel, detachDuplexInputChannel, getAttachedDuplexInputChannels, isDuplexInputChannelAttached
void addDuplexOutputChannel(java.lang.String channelId)
channelId
- void removeDuplexOutputChannel(java.lang.String channelId) throws java.lang.Exception
channelId
- java.lang.Exception
void removeAllDuplexOutputChannels() throws java.lang.Exception
java.lang.Exception
java.lang.String getAssociatedResponseReceiverId(java.lang.String responseReceiverId) throws java.lang.Exception
responseReceiverId
- responseRecieverId after dispatchingjava.lang.Exception