Package org.apache.camel.test.cdi
-
Class Summary Class Description CamelCdiExtension The JUnit 5 extension of Camel CDI, this extension allows to inject any existing beans in the test class but also the Camel specific beans directly as parameter of the test methods. -
Annotation Types Summary Annotation Type Description AdviceRoute A special annotation meant for the class of typeAdviceWithRouteBuilderin order to provide the id of the route to advice but also to indicate that the start-up of the Camel context needs to be delayed to advice properly the route.Beans Annotation to be used to customise the deployment configured by theCamelCdiExtension.