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
GenericLRAException
public void cancelLRA(URI lraId) throws GenericLRAException
GenericLRAException
public void closeLRA(URI lraId) throws GenericLRAException
GenericLRAException
Copyright © 2021 Eclipse Foundation. All rights reserved.