Interface ResourcesService


@Path("/api/v1/resources") public interface ResourcesService
  • Method Details

    • expose

      @POST @Produces("application/json") @Path("/expose") jakarta.ws.rs.core.Response expose(ResourceReference resourceReference)
    • list

      @Path("/list") @GET @Produces("application/json") org.jboss.resteasy.reactive.RestResponse<WanakuResponse<List<ResourceReference>>> list()
    • remove

      @Path("/remove") @PUT jakarta.ws.rs.core.Response remove(@QueryParam("resource") String resource)