public @interface GraphqlClientConfiguration
| Modifier and Type | Fields and Description |
|---|---|
static boolean |
ACCEPT_SELF_SIGNED_CERTIFICATES |
static boolean |
ALLOW_HTTP_PROTOCOL |
static String |
CQ_GRAPHQL_CLIENT |
static int |
DEFAULT_CONNECTION_TIMEOUT |
static String |
DEFAULT_IDENTIFIER |
static int |
DEFAULT_REQUESTPOOL_TIMEOUT |
static int |
DEFAULT_SOCKET_TIMEOUT |
static int |
MAX_HTTP_CONNECTIONS_DEFAULT |
| Modifier and Type | Required Element and Description |
|---|---|
String[] |
cacheConfigurations |
String[] |
httpHeaders |
String |
url |
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
acceptSelfSignedCertificates |
boolean |
allowHttpProtocol |
int |
connectionTimeout |
HttpMethod |
httpMethod |
String |
identifier |
int |
maxHttpConnections |
int |
requestPoolTimeout |
int |
socketTimeout |
public static final String CQ_GRAPHQL_CLIENT
public static final String DEFAULT_IDENTIFIER
public abstract String url
public abstract String[] httpHeaders
public abstract String[] cacheConfigurations
public abstract String identifier
public abstract HttpMethod httpMethod
Copyright © 2021 Adobe. All rights reserved.