Package webapi

Class ManagementResource


  • @Path("/mng")
    @ApplicationScoped
    public class ManagementResource
    extends Object
    • Constructor Detail

      • ManagementResource

        public ManagementResource()
    • Method Detail

      • stopApplication

        @GET
        @Path("stop")
        @Produces("application/json")
        public String stopApplication()