Class LRAMetricRest

java.lang.Object
org.eclipse.microprofile.lra.tck.service.LRAMetricRest

@Path("lra-tck-metric") public class LRAMetricRest extends Object
JAX-RS endpoints for the LRAMetricService.
  • Field Details

  • Constructor Details

    • LRAMetricRest

      public LRAMetricRest()
  • Method Details

    • getMetric

      @Path("metric") @GET @Produces("text/plain") public int getMetric(@QueryParam("metricType") LRAMetricType metricType, @QueryParam("lraId") URI lra, @QueryParam("participantName") String participantName)