Uses of Interface
org.springframework.graphql.client.WebGraphQlClient.Builder
Packages that use WebGraphQlClient.Builder
-
Uses of WebGraphQlClient.Builder in org.springframework.graphql.client
Classes in org.springframework.graphql.client with type parameters of type WebGraphQlClient.BuilderModifier and TypeInterfaceDescriptionstatic interface
WebGraphQlClient.Builder<B extends WebGraphQlClient.Builder<B>>
Base builder for GraphQL clients over a Web transport.Subinterfaces of WebGraphQlClient.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
WebSocketGraphQlClient.Builder<B extends WebSocketGraphQlClient.Builder<B>>
Builder for a GraphQL over WebSocket client.Methods in org.springframework.graphql.client that return WebGraphQlClient.Builder