Class JoltResource
- java.lang.Object
-
- org.apache.camel.quarkus.component.jolt.it.JoltResource
-
@Path("/jolt") @ApplicationScoped public class JoltResource extends Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) org.apache.camel.ProducerTemplatetemplate
-
Constructor Summary
Constructors Constructor Description JoltResource()
-
-
-
Method Detail
-
defaultr
@Path("/defaultr") @PUT @Consumes("text/plain") @Produces("text/plain") public String defaultr(String value)
-
removr
@Path("/removr") @PUT @Consumes("text/plain") @Produces("text/plain") public String removr(String value)
-
sample
@Path("/sample") @PUT @Consumes("application/json") @Produces("application/json") public String sample(String inputJson)
-
-