@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 |
---|---|
javax.ws.rs.core.Response |
complete() |
javax.ws.rs.core.Response |
doInLRA(URI lraId) |
public static final String INVALID_LRA_RESOURCE_PATH
public LRAResourceWithoutCompensateOrAfteRLRA()
@GET @Path(value="/lra") public javax.ws.rs.core.Response doInLRA(@HeaderParam(value="Long-Running-Action") URI lraId)
@PUT @Path(value="/complete") public javax.ws.rs.core.Response complete()
Copyright © 2021 Eclipse Foundation. All rights reserved.