| Class | Description |
|---|---|
| PendingResponse<T extends Command> |
This class is utility that able wait for a response for specified timeout.
|
| Enum | Description |
|---|---|
| SessionState |
Enum constant represent session state.
|
| Exception | Description |
|---|---|
| NegativeResponseException |
This exception is thrown if we receive an negative response.
|
| ProcessRequestException |
Thrown if there is an error occur when processing request.
|
| QueueException |
General queue exception.
|
| QueueMaxException |
This exception is thrown if the message queue has reach it maximum size.
|
| ResponseTimeoutException |
Throw if the the response never come for specified timeout.
|