Class AfterLRAListener

java.lang.Object
org.eclipse.microprofile.lra.tck.participant.api.ResourceParent
org.eclipse.microprofile.lra.tck.participant.api.AfterLRAListener

@ApplicationScoped @Path("after-lra-listener") public class AfterLRAListener extends ResourceParent
resource for testing that methods annotated with AfterLRA are notified correctly when an LRA terminates
  • Field Details

  • Constructor Details

    • AfterLRAListener

      public AfterLRAListener()
  • Method Details

    • activityWithLRA

      @PUT @Path("work") public jakarta.ws.rs.core.Response activityWithLRA(@HeaderParam("Long-Running-Action-Recovery") URI recoveryId, @HeaderParam("Long-Running-Action") URI lraId)
    • afterLRA

      @PUT @Path("/after") public jakarta.ws.rs.core.Response afterLRA(@HeaderParam("Long-Running-Action-Ended") URI lraId, LRAStatus status)
      Overrides:
      afterLRA in class ResourceParent