Package | Description |
---|---|
com.kaazing.net.ws.amqp |
Modifier and Type | Method and Description |
---|---|
AmqpClient |
AmqpClientFactory.createAmqpClient()
Creates and returns a new instance of
AmqpClient class every time
this method is invoked. |
AmqpClient |
AmqpChannel.getAmqpClient()
Returns the Client/Connection that is used to multiplex the channel.
|
AmqpClient |
ConnectionEvent.getClient()
Returns the AMQPClient associated with the event
|
Constructor and Description |
---|
ChannelEvent(AmqpClient client,
ChannelEvent.Kind kind,
String errorMessage) |
ConnectionEvent(AmqpClient client,
ConnectionEvent.Kind kind) |
ConnectionEvent(AmqpClient client,
ConnectionEvent.Kind kind,
com.kaazing.net.ws.amqp.impl.AmqpBuffer.Arg[] args) |
Copyright © 2014. All Rights Reserved.