Class MpRestClientAsyncTestEndpoint

java.lang.Object
org.eclipse.microprofile.telemetry.tracing.tck.async.MpRestClientAsyncTestEndpoint

@Path("MpRestClientAsyncTestEndpoint") public class MpRestClientAsyncTestEndpoint extends Object
  • Field Details

  • Constructor Details

    • MpRestClientAsyncTestEndpoint

      public MpRestClientAsyncTestEndpoint()
  • Method Details

    • requestMpClient

      @GET @Path("/mpclient") public jakarta.ws.rs.core.Response requestMpClient(@Context jakarta.ws.rs.core.UriInfo uriInfo)
    • requestMpClientAsync

      @GET @Path("/mpclientasync") public jakarta.ws.rs.core.Response requestMpClientAsync(@Context jakarta.ws.rs.core.UriInfo uriInfo)
    • requestMpClientAsyncError

      @GET @Path("/mpclientasyncerror") public jakarta.ws.rs.core.Response requestMpClientAsyncError(@Context jakarta.ws.rs.core.UriInfo uriInfo)
    • requestMpClient

      @GET @Path("requestMpClient") public jakarta.ws.rs.core.Response requestMpClient(@QueryParam("value") String value)
    • requestMpClientError

      @GET @Path("requestMpClientError") public jakarta.ws.rs.core.Response requestMpClientError(@QueryParam("value") String value)