Uses of Interface
org.apache.camel.spi.InflightRepository

Packages that use InflightRepository
org.apache.camel The core Camel API. 
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 InflightRepository in org.apache.camel
 

Methods in org.apache.camel that return InflightRepository
 InflightRepository CamelContext.getInflightRepository()
          Gets the inflight repository
 

Methods in org.apache.camel with parameters of type InflightRepository
 void CamelContext.setInflightRepository(InflightRepository repository)
          Sets a custom inflight repository to use
 

Uses of InflightRepository in org.apache.camel.impl
 

Classes in org.apache.camel.impl that implement InflightRepository
 class DefaultInflightRepository
          Default implement which just uses a counter
 

Methods in org.apache.camel.impl that return InflightRepository
 InflightRepository DefaultCamelContext.getInflightRepository()
           
 

Methods in org.apache.camel.impl with parameters of type InflightRepository
 void DefaultCamelContext.setInflightRepository(InflightRepository repository)
           
 

Uses of InflightRepository in org.apache.camel.processor
 

Constructors in org.apache.camel.processor with parameters of type InflightRepository
CamelInternalProcessor.RouteInflightRepositoryAdvice(InflightRepository inflightRepository, String id)
           
 



Apache Camel