@Path(value="/") @RegisterRestClient public interface SimpleGetApiAsync
Modifier and Type | Method and Description |
---|---|
CompletionStage<jakarta.ws.rs.core.Response> |
executeGet() |
CompletionStage<jakarta.ws.rs.core.Response> |
executeGetExecSvc() |
@GET CompletionStage<jakarta.ws.rs.core.Response> executeGet()
@GET @Path(value="/execSvc") CompletionStage<jakarta.ws.rs.core.Response> executeGetExecSvc()
Copyright © 2017 – 2022 Eclipse Foundation. All rights reserved.
Use is subject to license terms.