Package org.apache.camel.k.quarkus.it
Class Application
- java.lang.Object
-
- org.apache.camel.k.quarkus.it.Application
-
@Path("/test") @ApplicationScoped public class Application extends Object
-
-
Constructor Summary
Constructors Constructor Description Application()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
execute()
javax.json.JsonObject
inspect()
String
invoke(String templateId, String message)
-
-
-
Method Detail
-
inspect
@GET @Path("/inspect") @Produces("application/json") public javax.json.JsonObject inspect()
-
execute
@GET @Path("/execute") @Produces("text/plain") public String execute()
-
-