Uses of Interface
org.springframework.graphql.client.GraphQlClient.BaseBuilder
Packages that use GraphQlClient.BaseBuilder
-
Uses of GraphQlClient.BaseBuilder in org.springframework.graphql.client
Classes in org.springframework.graphql.client with type parameters of type GraphQlClient.BaseBuilderModifier and TypeInterfaceDescriptionstatic interfaceGraphQlClient.BaseBuilder<B extends GraphQlClient.BaseBuilder<B>>Base builder for creating and initializing aGraphQlClient.Subinterfaces of GraphQlClient.BaseBuilder in org.springframework.graphql.clientModifier and TypeInterfaceDescriptionstatic interfaceGraphQlClient.Builder<B extends GraphQlClient.Builder<B>>Builder to create aGraphQlClientwith a non-blocking execution chain and transport.static interfaceGraphQlClient.SyncBuilder<B extends GraphQlClient.SyncBuilder<B>>Builder to create aGraphQlClientinstance with a synchronous execution chain and transport.static interfaceHttpGraphQlClient.Builder<B extends HttpGraphQlClient.Builder<B>>Builder for the GraphQL over HTTP client.static interfaceHttpSyncGraphQlClient.Builder<B extends HttpSyncGraphQlClient.Builder<B>>Builder for the GraphQL over HTTP client with a blocking execution chain.static interfaceRSocketGraphQlClient.Builder<B extends RSocketGraphQlClient.Builder<B>>Builder for the GraphQL over HTTP client.static interfaceWebGraphQlClient.Builder<B extends WebGraphQlClient.Builder<B>>Base builder for GraphQL clients over a Web transport.static interfaceWebSocketGraphQlClient.Builder<B extends WebSocketGraphQlClient.Builder<B>>Builder for a GraphQL over WebSocket client.Classes in org.springframework.graphql.client that implement GraphQlClient.BaseBuilderModifier and TypeClassDescriptionclassAbstractGraphQlClientBuilder<B extends AbstractGraphQlClientBuilder<B>>Abstract, base class for transport specificGraphQlClient.Builderimplementations.classAbstract, base class for transport specificGraphQlClient.SyncBuilderimplementations.Methods in org.springframework.graphql.client that return GraphQlClient.BaseBuilderModifier and TypeMethodDescriptionGraphQlClient.mutate()Return a builder initialized from the configuration of "this" client to use to build a new, independently configured client instance.