| Package | Description |
|---|---|
| org.apache.camel |
The core Camel API.
|
| org.apache.camel.impl |
Default implementation classes for Camel Core
|
| org.apache.camel.management.mbean |
Camel management JMX MBeans
|
| org.apache.camel.processor |
A collection of Processor
implementations which are used to implement the
Enterprise Integration Patterns
|
| Modifier and Type | Method and Description |
|---|---|
InflightRepository |
CamelContext.getInflightRepository()
Gets the inflight repository
|
| Modifier and Type | Method and Description |
|---|---|
void |
CamelContext.setInflightRepository(InflightRepository repository)
Sets a custom inflight repository to use
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultInflightRepository
Default
InflightRepository. |
| Modifier and Type | Method and Description |
|---|---|
protected InflightRepository |
DefaultCamelContext.createInflightRepository() |
InflightRepository |
DefaultCamelContext.getInflightRepository() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCamelContext.setInflightRepository(InflightRepository repository) |
| Modifier and Type | Method and Description |
|---|---|
InflightRepository |
ManagedInflightRepository.getInflightRepository() |
| Constructor and Description |
|---|
ManagedInflightRepository(CamelContext context,
InflightRepository inflightRepository) |
| Constructor and Description |
|---|
RouteInflightRepositoryAdvice(InflightRepository inflightRepository,
String id) |
Apache Camel