| Interface | Description |
|---|---|
| BlockingTask |
A task that executes a blocking operation and may throw an exception.
|
| Class | Description |
|---|---|
| AmqConstant |
Keep constants related to AMQP codec which are shared in many places.
|
| AmqpChannel |
AMQP channel representation.
|
| AmqpConnectionHandler |
Netty handler for handling an AMQP connection.
|
| AmqpDecoder |
Netty based AMQP frame decoder.
|
| AmqpEncoder |
Netty based AMQP encoder.
|
| BlockingTaskHandler |
BlockingTaskHandler is handles by a separate executor group to handle event so that the Netty event loop
does not get blocked. |
| InMemoryMessageAggregator |
Handles incoming AMQP message frames and creates
Message. |
| Exception | Description |
|---|---|
| AmqFrameDecodingException |
AMQFrameDecodingException indicates that an AMQP frame cannot be decoded because it does not have the correct
format as defined by the protocol.
|
| ChannelException |
ChannelException is associated with failures that affect the current channel
but not other channels in the same connection. |
| ConnectionException |
ConnectionException is associated with failures that preclude any further activity
on the connection and require its closing. |
Copyright © 2017 WSO2. All rights reserved.