Package | Description |
---|---|
org.springframework.graphql.client |
This package contains a
GraphQlClient
along with HTTP and WebSocket extensions. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractGraphQlClientBuilder<B extends AbstractGraphQlClientBuilder<B>>
Abstract, base class for transport specific
GraphQlClient.Builder
implementations. |
Modifier and Type | Method and Description |
---|---|
protected Consumer<AbstractGraphQlClientBuilder<?>> |
AbstractGraphQlClientBuilder.getBuilderInitializer()
Return a
Consumer to initialize new builders from "this" builder. |