Interface | Description |
---|---|
ChannelListener | |
ConnectionListener |
Listener for AMQP messages from the server
|
Class | Description |
---|---|
AmqpArguments |
AmqpArguments class is used to send arguments and custom headers.
|
AmqpArguments.AmqpTableEntry |
AmqpTableEntry represents a single entry in the table containing
custom headers.
|
AmqpChannel |
AMQP Channel AmqpChannel represents the channel created on the AMQP connection to the server.
|
AmqpClient |
AmqpClient provides a WebSocket-based Java client API to communicate with any compatible AMQP server that supports AMQP 0.9-1 spec.
|
AmqpClientFactory |
AmqClientFactory is used to create instances of
AmqpClient . |
AmqpEvent | |
AmqpProperties |
AmqpProperties class is used to specify the pre-defined properties as per
AMQP 0-9-1 specification.
|
ChannelAdapter |
Convenience adapter for ChannelListener
|
ChannelEvent | |
ConnectionAdapter |
Convenience adapter for ConnectionListener
|
ConnectionEvent |
Enum | Description |
---|---|
AmqpClient.ReadyState |
Values are CONNECTING = 0, OPEN = 1 and CLOSED = 2;
|
ChannelEvent.Kind |
The Kind of ChannelEvent
|
ChannelEvent.MethodName | |
ConnectionEvent.Kind |
Kind of event
|
Copyright © 2014. All Rights Reserved.