Interface SimpleGetApiAsync


@Path("/") @RegisterRestClient public interface SimpleGetApiAsync
  • Method Details

    • executeGet

      @GET CompletionStage<jakarta.ws.rs.core.Response> executeGet()
    • executeGetExecSvc

      @GET @Path("/execSvc") CompletionStage<jakarta.ws.rs.core.Response> executeGetExecSvc()