public class LRAClientOps extends Object
| Constructor and Description |
|---|
LRAClientOps(javax.ws.rs.client.WebTarget target) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancelLRA(URI lraId) |
void |
closeLRA(URI lraId) |
String |
invokeRestEndpointAndReturnLRA(URI lra,
String basePath,
String path,
int coerceResponse) |
URI |
startLRA(URI parentLRA,
String clientID,
long timeout,
ChronoUnit unit) |
public String invokeRestEndpointAndReturnLRA(URI lra, String basePath, String path, int coerceResponse)
public URI startLRA(URI parentLRA, String clientID, long timeout, ChronoUnit unit) throws GenericLRAException
GenericLRAExceptionpublic void cancelLRA(URI lraId) throws GenericLRAException
GenericLRAExceptionpublic void closeLRA(URI lraId) throws GenericLRAException
GenericLRAExceptionCopyright © 2021 Eclipse Foundation. All rights reserved.