Uses of Interface
org.springframework.graphql.client.GraphQlClient.Builder
-
Uses of GraphQlClient.Builder in org.springframework.graphql.client
Modifier and TypeInterfaceDescriptionstatic interface
GraphQlClient.Builder<B extends GraphQlClient.Builder<B>>
Builder to create aGraphQlClient
with a non-blocking execution chain and transport.Modifier and TypeInterfaceDescriptionstatic interface
HttpGraphQlClient.Builder<B extends HttpGraphQlClient.Builder<B>>
Builder for the GraphQL over HTTP client.static interface
RSocketGraphQlClient.Builder<B extends RSocketGraphQlClient.Builder<B>>
Builder for the GraphQL over HTTP client.static interface
WebGraphQlClient.Builder<B extends WebGraphQlClient.Builder<B>>
Base builder for GraphQL clients over a Web transport.static interface
WebSocketGraphQlClient.Builder<B extends WebSocketGraphQlClient.Builder<B>>
Builder for a GraphQL over WebSocket client.Modifier and TypeClassDescriptionclass
AbstractGraphQlClientBuilder<B extends AbstractGraphQlClientBuilder<B>>
Abstract, base class for transport specificGraphQlClient.Builder
implementations.Modifier and TypeMethodDescriptionstatic GraphQlClient.Builder<?>
GraphQlClient.builder
(GraphQlTransport transport) Create a builder with the given customGraphQlTransport
.