Package | Description |
---|---|
com.kaazing.net.ws.amqp |
Modifier and Type | Class and Description |
---|---|
class |
ChannelAdapter
Convenience adapter for ChannelListener
|
Modifier and Type | Method and Description |
---|---|
List<ChannelListener> |
AmqpChannel.getChannelListeners()
Returns the list of ChannelListeners registered with this AmqpChannel instance.
|
Modifier and Type | Method and Description |
---|---|
void |
AmqpChannel.addChannelListener(ChannelListener listener)
Adds the specified ChannelListener allowing the application to listen
to the channel's lifecycle events.
|
void |
AmqpChannel.removeChannelListener(ChannelListener listener)
Removes the specified ChannelListener.
|
Copyright © 2014. All Rights Reserved.