Bean
Since Camel Quarkus0.2.0 JVMsupported Nativesupported
Invoke methods of Java beans
What’s inside
-
Bean component, URI syntax:
bean:beanName
-
Class component, URI syntax:
class:beanName
Please refer to the above links for usage and configuration details.
Maven coordinates
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-bean</artifactId>
</dependency>
Check the User guide for more information about writing Camel Quarkus applications.