| 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.
|
| Enum | Description |
|---|---|
| Processor.ProcessorType |
This method determines what type of processing should be performed on the
inbound information.
|
| Exception | Description |
|---|---|
| RetryAttemptException |
This exception class indicates that a failure occurred while processing one or
more events, and therefore a retry should be performed.
|
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.