Package | Description |
---|---|
org.apache.camel.impl |
Default implementation classes for Camel Core
|
org.apache.camel.impl.converter |
Default implementation classes the Type Conversion Strategies
|
org.apache.camel.management |
Camel management
|
org.apache.camel.spi |
Service Provider Interfaces used internally by the Camel runtime which are plugin strategies.
|
org.apache.camel.support |
Base classes that help to implement the camel API and are expected to be extended by the user
|
Modifier and Type | Class and Description |
---|---|
class |
BaseTypeConverterRegistry
Base implementation of a type converter registry used for
type converters in Camel.
|
class |
DefaultTypeConverter
Default implementation of a type converter registry used for
type converters in Camel.
|
class |
LazyLoadingTypeConverter
Deprecated.
will be removed in a future Camel release.
|
Modifier and Type | Class and Description |
---|---|
class |
ManagedLoadTimer
The
TimerListenerManager used for tracking load statistics. |
Modifier and Type | Interface and Description |
---|---|
interface |
AsyncProcessorAwaitManager
A manager to handle async routing engine, when
Exchange s are being handed over from one thread to another, while
the callee thread is blocked waiting for the other threads to complete, before it can continue. |
interface |
EndpointRegistry<K>
Registry to cache endpoints in memory.
|
interface |
ExecutorServiceManager
Strategy to create thread pools.
|
interface |
InflightRepository
A repository which tracks in flight
Exchange s. |
interface |
RuntimeEndpointRegistry
A registry which listen for runtime usage of
Endpoint during routing in Camel. |
interface |
ShutdownStrategy
Pluggable shutdown strategy executed during shutdown of routes.
|
interface |
StreamCachingStrategy
Strategy for using stream caching.
|
interface |
TypeConverterRegistry
Registry for type converters.
|
Modifier and Type | Class and Description |
---|---|
class |
TimerListenerManager
A
TimerListener manager which triggers the
TimerListener listeners once every second. |
Apache Camel