Class ResourceParent

java.lang.Object
org.eclipse.microprofile.lra.tck.participant.api.ResourceParent
Direct Known Subclasses:
AfterLRAListener, LraResource, LRATypeTckInterfaceResource, LRATypeTckResource, LRATypeTckSuperclass, LRAUnknownResource, NonParticipatingTckResource

@ApplicationScoped public class ResourceParent extends Object
  • Constructor Details

    • ResourceParent

      public ResourceParent()
  • Method Details

    • afterLRA

      @PUT @Path("/after") public jakarta.ws.rs.core.Response afterLRA(@HeaderParam("Long-Running-Action-Ended") URI endedLRAId, LRAStatus status)