| BeanResource |
|
| BeanRoutes |
A RouteBuilder instantiated by Camel (not by Arc).
|
| BeanRoutes.MyBean |
|
| CalledFromLanguageAnnotatedParamBean |
|
| CompletionStageBean |
A bean referenced from a route (and from nowhere else) by name.
|
| Counter |
|
| EagerAppScopedRouteBuilder |
A RouteBuilder injected into BeanResource and thus instantiated eagerly.
|
| LazyAppScopedRouteBuilder |
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.
|
| NamedBean |
A bean referenced from a route (and from nowhere else) by name.
|
| ParametersBean |
A bean referenced from a route (and from nowhere else) by name.
|
| RouteBuilderWithProducer |
A RouteBuilder with a @Produces method that makes it a CDI bean.
|
| RouteBuilderWithProducer.Hello |
|
| WithHandlerBean |
|
| WithLanguageParamBindingsBean |
A bean using language annotations in parameter bindings.
|