Class InvalidReturnTypeParticipant

java.lang.Object
org.eclipse.microprofile.lra.tck.participant.nonjaxrs.InvalidReturnTypeParticipant

@Path("nonjaxrs-return-type") public class InvalidReturnTypeParticipant extends Object
TCK invalid LRA participant containing invalid return type in the participant method signature used for verification of deployment time invalid signature detection and error report in TckInvalidSignaturesTests.
  • Constructor Details

    • InvalidReturnTypeParticipant

      public InvalidReturnTypeParticipant()
  • Method Details

    • doInLRA

      @GET @Path("enlist") public jakarta.ws.rs.core.Response doInLRA()
    • compensate

      public String compensate()