| Package | Description |
|---|---|
| org.hawkular.apm.server.api.task |
| Modifier and Type | Class and Description |
|---|---|
class |
ProcessingUnit<T,R>
This class provides a processing unit for processing a batch of
items against a defined processor, and managing the results and/or
retries.
|
| Modifier and Type | Method and Description |
|---|---|
Handler<R> |
ProcessingUnit.getResultHandler() |
Handler<T> |
ProcessingUnit.getRetryHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessingUnit.setResultHandler(Handler<R> resultHandler) |
void |
ProcessingUnit.setRetryHandler(Handler<T> retryHandler) |
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.