| Class | Description |
|---|---|
| CamelResource | |
| CamelRoute |
A
RouteBuilder instantiated by Camel (not by Arc). |
| Counter | |
| EagerAppScopedRouteBuilder |
A
RouteBuilder injected into CamelResource 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. |
| RouteBuilderWithProducer |
A
RouteBuilder with a @Produces method that makes it a CDI bean. |
| RouteBuilderWithProducer.Hello |
Copyright © 2019 The Apache Software Foundation. All rights reserved.