Package org.apache.camel.cdi
Annotation Type Uri
A CDI qualifier to define the Camel URI associated to the annotated
resource. This annotation can be used to annotate an
@Inject injection point for values of type
Endpoint or ProducerTemplate. For example:
@Inject
@Uri("mock:foo")
Endpoint endpoint;
@Inject
@Uri("seda:bar")
ProducerTemplate producer;
-
Nested Class Summary
Nested Classes -
Required Element Summary
Required Elements