Uses of Interface
org.apache.camel.MessageHistory

Packages that use MessageHistory
org.apache.camel.impl Default implementation classes for Camel Core 
org.apache.camel.processor A collection of Processor implementations which are used to implement the Enterprise Integration Patterns 
 

Uses of MessageHistory in org.apache.camel.impl
 

Classes in org.apache.camel.impl that implement MessageHistory
 class DefaultMessageHistory
           
 

Uses of MessageHistory in org.apache.camel.processor
 

Methods in org.apache.camel.processor that return MessageHistory
 MessageHistory CamelInternalProcessor.MessageHistoryAdvice.before(Exchange exchange)
           
 

Methods in org.apache.camel.processor with parameters of type MessageHistory
 void CamelInternalProcessor.MessageHistoryAdvice.after(Exchange exchange, MessageHistory history)
           
 



Apache Camel