Package org.apache.camel.bam.processor

Class Summary
ActivityMonitorEngine A timer engine to monitor for expired activities and perform whatever actions are required.
BamProcessorSupport<T> A base Processor for working on BAM which a derived class would do the actual persistence such as the JpaBamProcessor
JpaBamProcessor A concrete Processor for working on BAM which uses JPA as the persistence and uses the ProcessInstance entity to store the process information.
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.
ProcessContext  
 

Exception Summary
NoCorrelationKeyException An exception thrown if no correlation key could be found for a message exchange preventing any particular orchestration or BAM
 



Apache Camel