| Interface | Description |
|---|---|
| Handler<T> |
This interface represents a generic handler of a list of items.
|
| Processor<T,R> |
This interface represents a processor.
|
| Class | Description |
|---|---|
| AbstractProcessor<T,R> |
This abstract class represents the base class for processors.
|
| 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.
|
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.