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).ConsumerTemplate
instance with a minimum of XMLEndpoint objectsFileFileURLURLUri instead:
@Inject
@Uri("mock:outbound")
MockEndpoint mock;
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.Apache Camel