Annotation Type GraphqlClientConfiguration
-
public @interface GraphqlClientConfiguration
-
-
Field Summary
Fields Modifier and Type Fields Description static booleanACCEPT_SELF_SIGNED_CERTIFICATESstatic booleanALLOW_HTTP_PROTOCOLstatic java.lang.StringCQ_GRAPHQL_CLIENTstatic intDEFAULT_CONNECTION_KEEP_ALIVEstatic intDEFAULT_CONNECTION_TIMEOUTstatic java.lang.StringDEFAULT_IDENTIFIERstatic intDEFAULT_REQUESTPOOL_TIMEOUTstatic intDEFAULT_SOCKET_TIMEOUTstatic intMAX_HTTP_CONNECTIONS_DEFAULT
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String[]cacheConfigurationsjava.lang.String[]httpHeadersjava.lang.Stringurl
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanacceptSelfSignedCertificatesbooleanallowHttpProtocolintconnectionKeepAliveintconnectionTimeoutHttpMethodhttpMethodjava.lang.StringidentifierintmaxHttpConnectionsintrequestPoolTimeoutintservice_rankingintsocketTimeout
-
-
-
-
httpMethod
HttpMethod httpMethod
- Default:
- com.adobe.cq.commerce.graphql.client.HttpMethod.POST
-
-