Class RuntimeInspector


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

      • RuntimeInspector

        public RuntimeInspector()
    • Method Detail

      • inspect

        @GET
        @Path("/inspect")
        @Produces("application/json")
        public javax.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)
      • routeOutputs

        @GET
        @Path("/route-outputs/{name}")
        @Produces("application/json")
        public javax.json.JsonArray routeOutputs​(@PathParam("name")
                                                 String name)