Package org.apache.camel.quarkus.component.bean
-
Class Summary Class Description CamelResource CamelRoute ARouteBuilderinstantiated by Camel (not by Arc).CamelRoute.MyBean Counter EagerAppScopedRouteBuilder ARouteBuilderinjected intoCamelResourceand thus instantiated eagerly.LazyAppScopedRouteBuilder An @ApplicationScopedRouteBuilderthat 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.RouteBuilderWithProducer ARouteBuilderwith a @Produces method that makes it a CDI bean.RouteBuilderWithProducer.Hello WithHandlerBean