| Package | Description |
|---|---|
| io.axual.client.consumer | |
| io.axual.client.consumer.base |
| Modifier and Type | Method and Description |
|---|---|
ConsumeFailedException |
Consumer.getConsumeResult()
Returns the result of the background consume task.
|
ConsumeFailedException |
Consumer.stopConsuming()
Stops consuming and disconnects
|
| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.Future<ConsumeFailedException> |
Consumer.startConsuming()
Start the consuming process
|
| Modifier and Type | Method and Description |
|---|---|
ConsumeFailedException |
BaseConsumer.consumeLoop() |
ConsumeFailedException |
BaseConsumer.getConsumeResult() |
ConsumeFailedException |
BaseConsumer.stopConsuming() |
| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.Future<ConsumeFailedException> |
BaseConsumer.startConsuming()
This method starts the actual consumeThreadRunning, it can be stopped by calling
stopconsuming()
|
Copyright © 2020–2021 Axual B.V.. All rights reserved.