| Package | Description |
|---|---|
| org.apache.camel.impl |
Default implementation classes for Camel Core
|
| org.apache.camel.spi |
Service Provider Interfaces used internally by the Camel runtime which are plugin strategies.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<InflightRepository.InflightExchange> |
DefaultInflightRepository.browse() |
Collection<InflightRepository.InflightExchange> |
DefaultInflightRepository.browse(int limit,
boolean sortByLongestDuration) |
| Modifier and Type | Method and Description |
|---|---|
Collection<InflightRepository.InflightExchange> |
InflightRepository.browse()
A read-only browser of the
InflightRepository.InflightExchanges that are currently inflight. |
Collection<InflightRepository.InflightExchange> |
InflightRepository.browse(int limit,
boolean sortByLongestDuration)
A read-only browser of the
InflightRepository.InflightExchanges that are currently inflight. |
Apache Camel