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.
|
org.apache.camel.support.service |
Modifier and Type | Interface and Description |
---|---|
interface |
CamelContext
Interface used to represent the CamelContext used to configure routes and the
policies to use during message exchanges between endpoints.
|
interface |
CatalogCamelContext
Catalog level interface for the
CamelContext |
interface |
ExtendedCamelContext
Extended
CamelContext which contains the methods and APIs that are not primary intended for Camel end users
but for SPI, custom components, or more advanced used-cases with Camel. |
interface |
StatefulService
A
Service which has all the lifecycle events and offers details about its current state. |
Modifier and Type | Interface and Description |
---|---|
interface |
ExecutorServiceManager
Strategy to create thread pools.
|
interface |
ScheduledPollConsumerScheduler
A pluggable scheduler for
org.apache.camel.support.ScheduledPollConsumer consumers. |
Modifier and Type | Class and Description |
---|---|
class |
Transformer
Transformer
performs message transformation according to the declared data type.
|
class |
Validator
Validator
performs message content validation according to the declared data type.
|
Modifier and Type | Class and Description |
---|---|
class |
ServiceSupport
A useful base class which ensures that a service is only initialized once and
provides some helper methods for enquiring of its status.
|
Apache Camel