Uses of Interface
org.springframework.graphql.client.GraphQlClient.BaseBuilder
-
Uses of GraphQlClient.BaseBuilder in org.springframework.graphql.client
Modifier and TypeInterfaceDescriptionstatic interface
GraphQlClient.BaseBuilder<B extends GraphQlClient.BaseBuilder<B>>
Base builder for creating and initializing aGraphQlClient
.Modifier and TypeInterfaceDescriptionstatic interface
GraphQlClient.Builder<B extends GraphQlClient.Builder<B>>
Builder to create aGraphQlClient
with a non-blocking execution chain and transport.static interface
GraphQlClient.SyncBuilder<B extends GraphQlClient.SyncBuilder<B>>
Builder to create aGraphQlClient
instance with a synchronous execution chain and transport.static interface
HttpGraphQlClient.Builder<B extends HttpGraphQlClient.Builder<B>>
Builder for the GraphQL over HTTP client.static interface
HttpSyncGraphQlClient.Builder<B extends HttpSyncGraphQlClient.Builder<B>>
Builder for the GraphQL over HTTP client with a blocking execution chain.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.class
Abstract, base class for transport specificGraphQlClient.SyncBuilder
implementations.Modifier and TypeMethodDescriptionGraphQlClient.mutate()
Return a builder initialized from the configuration of "this" client to use to build a new, independently configured client instance.