| Modifier and Type | Method and Description |
|---|---|
GraphQlClientBuilder |
GraphQlClientBuilder.configKey(String configKey)
The base key used to read configuration values.
|
default GraphQlClientBuilder |
GraphQlClientBuilder.endpoint(String endpoint)
The URL where the GraphQL service is listening
|
GraphQlClientBuilder |
GraphQlClientBuilder.endpoint(URI endpoint)
The URL where the GraphQL service is listening
|
static GraphQlClientBuilder |
GraphQlClientBuilder.newBuilder() |
GraphQlClientBuilder |
GraphQlClientBuilder.register(Class<?> componentClass)
Register the componentClass with the underlying transport client, e.g.
|
GraphQlClientBuilder |
GraphQlClientBuilder.register(Object component)
Register the component with the underlying transport client, e.g.
|
Copyright © 2018–2020. All rights reserved.