CamelContext
class that can be extended
to declare custom Camel context beans.Endpoint
that bridges the CDI events facility with Camel routes so that CDI events
can be seamlessly observed / consumed (respectively produced / fired) from Camel consumers (respectively by Camel producers).RouteBuilder
to provide some additional helper
methods.ConsumerTemplate
instance with a minimum of XMLEndpoint
objectsFile
File
URL
URL
Uri
instead:
@Inject
@Uri("mock:outbound")
MockEndpoint mock;
Exchange
using the error handler.ProducerTemplate
instance with a minimum of XMLRedeliveryPolicy
objectsImportResource
instead:
@ImportResource("foo-camel-context.xml")
class BarBean {
};
RouteBuilder
to be auto-wired up to the
CamelContext
as a route.ExecutorService
objects.JtaTransactionErrorHandlerBuilder
to resolve configured policy
references.Apache Camel