public class AssessmentServiceClient extends Object
| Constructor and Description |
|---|
AssessmentServiceClient(ServiceDiscoverer context) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
retryableApiCall(String connectionUrl,
String method) |
byte[] |
retryableApiCall(String connectionUrl,
String method,
byte[] requestBody) |
void |
retryableApiCall(String connectionUrl,
String method,
String requestBody) |
<T> T |
retryableApiCall(String connectionUrl,
String method,
String requestBody,
Type type) |
<T> T |
retryableApiCall(String connectionUrl,
String method,
Type type) |
public AssessmentServiceClient(ServiceDiscoverer context)
Copyright © 2023 CDAP Licensed under the Apache License, Version 2.0.