| 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.
|
| 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 © 2018 WSO2. All rights reserved.