Uses of Interface
org.springframework.graphql.client.GraphQlClient.Builder
Packages that use GraphQlClient.Builder
-
Uses of GraphQlClient.Builder in org.springframework.graphql.client
Classes in org.springframework.graphql.client with type parameters of type GraphQlClient.BuilderModifier and TypeInterfaceDescriptionstatic interface
GraphQlClient.Builder<B extends GraphQlClient.Builder<B>>
Builder to create aGraphQlClient
with a non-blocking execution chain and transport.Subinterfaces of GraphQlClient.Builder in org.springframework.graphql.clientModifier 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.Classes in org.springframework.graphql.client that implement GraphQlClient.BuilderModifier and TypeClassDescriptionclass
AbstractGraphQlClientBuilder<B extends AbstractGraphQlClientBuilder<B>>
Abstract, base class for transport specificGraphQlClient.Builder
implementations.Methods in org.springframework.graphql.client that return GraphQlClient.BuilderModifier and TypeMethodDescriptionstatic GraphQlClient.Builder<?>
GraphQlClient.builder
(GraphQlTransport transport) Create a builder with the given customGraphQlTransport
.