Class RuntimeInspector

java.lang.Object
org.apache.camel.k.runtime.support.RuntimeInspector

@Path("/runtime") @ApplicationScoped public class RuntimeInspector extends Object
  • Constructor Details

    • RuntimeInspector

      public RuntimeInspector()
  • Method Details

    • inspect

      @GET @Path("/inspect") @Produces("application/json") public jakarta.json.JsonObject inspect()
    • property

      @GET @Path("/property/{name}") @Produces("text/plain") public String property(@PathParam("name") String name)
    • 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)