Class DirectResource
java.lang.Object
org.apache.camel.quarkus.component.direct.it.DirectResource
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) org.apache.camel.CamelContext(package private) org.apache.camel.ProducerTemplate -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
context
@Inject org.apache.camel.CamelContext context -
producerTemplate
@Inject org.apache.camel.ProducerTemplate producerTemplate
-
-
Constructor Details
-
DirectResource
public DirectResource()
-
-
Method Details
-
routeTemplate
-
catalog
@Path("/catalog/{type}/{name}") @GET @Produces("application/json") public jakarta.ws.rs.core.Response catalog(@PathParam("type") String type, @PathParam("name") String name) throws IOException - Throws:
IOException
-
route
-