@Path(value="/invalid-lra-resource-path") public class LRAResourceWithoutCompensateOrAfteRLRA extends Object
Modifier and Type | Field and Description |
---|---|
static String |
INVALID_LRA_RESOURCE_PATH |
Constructor and Description |
---|
LRAResourceWithoutCompensateOrAfteRLRA() |
Modifier and Type | Method and Description |
---|---|
jakarta.ws.rs.core.Response |
complete() |
jakarta.ws.rs.core.Response |
doInLRA(URI lraId) |
public static final String INVALID_LRA_RESOURCE_PATH
public LRAResourceWithoutCompensateOrAfteRLRA()
@GET @Path(value="/lra") public jakarta.ws.rs.core.Response doInLRA(@HeaderParam(value="Long-Running-Action") URI lraId)
@PUT @Path(value="/complete") public jakarta.ws.rs.core.Response complete()
Copyright © 2018 – 2021 Eclipse Foundation. All rights reserved.
Use is subject to license terms.