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).File
File
URL
URL
Uri
instead:
@Inject
@Uri("mock:outbound")
MockEndpoint mock;
Apache Camel