| Package | Description |
|---|---|
| org.apache.camel.bam.processor |
| Modifier and Type | Class and Description |
|---|---|
class |
JpaBamProcessor
A concrete
Processor for working on BAM which uses JPA as
the persistence and uses the ProcessInstance entity to store the
process information. |
class |
JpaBamProcessorSupport<T>
A base class for JPA based BAM which can use any entity to store the process
instance information which allows derived classes to specialise the process
instance entity.
|
| Modifier and Type | Method and Description |
|---|---|
BamProcessorSupport<?> |
NoCorrelationKeyException.getProcessor() |
| Constructor and Description |
|---|
NoCorrelationKeyException(BamProcessorSupport<?> processor,
org.apache.camel.Exchange exchange) |
Apache Camel