| Package | Description |
|---|---|
| org.apache.camel |
The core Camel API.
|
| org.apache.camel.spi |
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
|
| 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 | Method and Description |
|---|---|
void |
InternalProcessor.addRouteInflightRepositoryAdvice(InflightRepository inflightRepository,
String routeId) |
Apache Camel