Skip to content

Instantly share code, notes, and snippets.

@xstefank
Last active April 27, 2019 16:53
Show Gist options
  • Save xstefank/79a346f0ae988895684790d5a4d6db94 to your computer and use it in GitHub Desktop.
Save xstefank/79a346f0ae988895684790d5a4d6db94 to your computer and use it in GitHub Desktop.
@Path("lra")
public class InLRA {
...
@PUT
@Path("compensate")
@Compensate
public Response compensate() {
return Response.ok(ParticipantStatus.Completed).build();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment