| Class | Description |
|---|---|
| Channel |
HAmq channel representation.
|
| Config |
Connection and retry configuration for HAmq connections
|
| Connection |
HAmq connection representation
|
| Connections |
Static factory for creating HAmq connections
|
| ConsumeSpec |
Specification for consuming messages as used by
Channel.consume(io.buybrain.hamq.ConsumeSpec). |
| Delivery | |
| ExchangeSpec |
Specification for declaring exchanges as used by
Channel.exchangeDeclare(io.buybrain.hamq.ExchangeSpec). |
| OperationSpec<T extends OperationSpec> |
Base class for all operation specifications, supporting optionally overriding the retry policy per operation.
|
| PrefetchSpec |
Specification for configuring prefetching as used by
Channel.prefetch(io.buybrain.hamq.PrefetchSpec). |
| PublishSpec |
Specification for publishing a message as used by
Channel.publish(io.buybrain.hamq.PublishSpec). |
| QueueSpec |
Specification for declaring queues as used by
Channel.queueDeclare(io.buybrain.hamq.QueueSpec). |
| RetryPolicy |
Specification of delays, multipliers and other settings for
Retryer |
Copyright © 2017. All rights reserved.