Class RuntimeInspector
java.lang.Object
org.apache.camel.k.runtime.support.RuntimeInspector
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RuntimeInspector
public RuntimeInspector()
-
-
Method Details
-
inspect
@GET @Path("/inspect") @Produces("application/json") public jakarta.json.JsonObject inspect() -
property
-
bean
@GET @Path("/registry/beans/{name}") @Produces("application/json") public String bean(@PathParam("name") String name) throws Exception - Throws:
Exception
-
routeOutputs
@GET @Path("/route-outputs/{name}") @Produces("application/json") public jakarta.json.JsonArray routeOutputs(@PathParam("name") String name)
-