All Classes and Interfaces

Class
Description
 
A RouteBuilder instantiated by Camel (not by Arc).
 
 
A RouteBuilder instantiated by Camel (not by Arc).
 
 
 
A bean referenced from a route (and from nowhere else) by name.
A bean having a method annotated with @Consume
A bean having a method annotated with @Consume with an explicit Consume.property() value.
A bean having a method annotated with @Consume with a fallback endpoint URI getter whose name ends with Endpoint and whose return type is Endpoint.
A bean having a method annotated with @Consume with an implicit endpoint URI getter.
A bean having a method annotated with @Consume with a fallback endpoint URI getter whose name results from removing on prefix from the @Consume method.
 
A @Named bean a specific name having a method annotated with @Consume
A @Named with no specific name bean having a method annotated with @Consume
A RouteBuilder injected into BeanResource and thus instantiated eagerly.
 
 
 
 
 
 
A bean referenced from a route (and from nowhere else) by its identifier.
An @ApplicationScoped RouteBuilder that would normally get removed from the CDI container because it is not injected anywhere and because it has no observer method, etc.
A bean referenced from a route (and from nowhere else) by name.
 
A bean referenced from a route (and from nowhere else) by name.
 
 
 
 
 
 
 
A RouteBuilder with a @Produces method that makes it a CDI bean.
 
A bean annotated with Singleton having a method annotated with @Consume
 
A bean using language annotations in parameter bindings.