Interface | Description |
---|---|
AdviceWithTask |
Task or command being executed when using the advice with feature.
|
EndpointConsumerBuilder |
Type-safe endpoint DSL for building consumer endpoints.
|
EndpointProducerBuilder |
Type-safe endpoint DSL for building producer endpoints.
|
ErrorHandlerBuilder |
A builder of a Error Handler
|
FlexibleAggregationStrategy.CompletionAwareMixin | |
FlexibleAggregationStrategy.TimeoutAwareMixin | |
LambdaRouteBuilder |
Functional interface for adding routes to a context using a lambda expression.
|
RouteBuilderLifecycleStrategy |
Strategy for
RouteBuilder lifecycle notifications. |
Class | Description |
---|---|
AdviceWith |
Use this for using the advice with feature.
|
AdviceWithBuilder<T extends ProcessorDefinition<?>> |
A builder when using the advice with feature.
|
AdviceWithRouteBuilder |
A
RouteBuilder which has extended capabilities when using the
advice with feature. |
AdviceWithTasks |
AdviceWithTask tasks which are used by the AdviceWithRouteBuilder . |
AggregationStrategies |
Toolbox class to create commonly used Aggregation Strategies in a fluent manner.
|
AggregationStrategyClause<T> | |
Builder |
A helper class for including portions of the expression and
predicate Java
DSL
Implementation of this builder should favor build expressions using the definition classes from the
org.apache.camel.model.language package, to build the routes using the same types as it would happen when
using XML DSL.
|
BuilderSupport |
Base class for implementation inheritance for different clauses in the
Java DSL
|
DataFormatClause<T extends ProcessorDefinition<?>> |
An expression for constructing the different possible
DataFormat options. |
DeadLetterChannelBuilder |
A builder of a Dead Letter Channel
|
DefaultErrorHandlerBuilder |
The default error handler builder.
|
EnrichClause<T extends ProcessorDefinition<?>> | |
ErrorHandlerBuilderRef |
Represents a proxy to an error handler builder which is resolved by named reference
|
ErrorHandlerBuilderSupport |
Base class for builders of error handling.
|
ExchangeBuilder |
Builder to create
Exchange and add headers and set body on the Exchange Message . |
ExpressionBuilder |
A helper class for working with expressions.
|
ExpressionClause<T> |
Represents an expression clause within the DSL which when the expression is complete the clause continues to another
part of the DSL
|
ExpressionClauseSupport<T> |
A support class for building expression clauses.
|
FlexibleAggregationStrategy<E> |
The Flexible Aggregation Strategy is a highly customizable, fluently configurable aggregation strategy.
|
NoErrorHandlerBuilder |
A builder to disable the use of an error handler so that any exceptions are thrown.
|
NotifyBuilder |
A builder to build an expression based on
EventNotifier notifications about
Exchange being routed. |
PredicateBuilder |
A helper class for working with predicates
|
PredicateClause<T> | |
ProcessClause<T> | |
ProxyBuilder |
A build to create Camel proxies.
|
RouteBuilder | |
RouteConfigurationBuilder |
A Java DSL which is used for building route configuration(s).
|
SimpleBuilder |
Creates an Simple language builder.
|
TemplatedRouteBuilder |
Fluent builder for adding new routes from route templates.
|
ThreadPoolBuilder |
A builder to create thread pools.
|
ThreadPoolProfileBuilder |
Builder to build
ThreadPoolProfile . |
TransformerBuilder | |
ValidatorBuilder | |
ValueBuilder |
A builder of expressions or predicates based on values.
|
Enum | Description |
---|---|
DataFormatClause.Operation |
DataFormat operations. |
Apache Camel