Uses of Interface
org.springframework.graphql.client.GraphQlClient
Packages that use GraphQlClient
-
Uses of GraphQlClient in org.springframework.graphql.client
Subinterfaces of GraphQlClient in org.springframework.graphql.clientModifier and TypeInterfaceDescriptioninterfaceGraphQL over HTTP client that usesWebClient.interfaceGraphQL over RSocket client that usesRSocketRequester.interfaceBase contract for the HTTP and WebSocketGraphQlClientextensions.interfaceGraphQL over WebSocket client that usesWebSocketClient.Classes in org.springframework.graphql.client that implement GraphQlClientModifier and TypeClassDescriptionclassBase class forGraphQlClientextensions that assist with building an underlying transport, but otherwise delegate to the defaultGraphQlClientimplementation to execute requests.Methods in org.springframework.graphql.client that return GraphQlClientModifier and TypeMethodDescriptionGraphQlClient.Builder.build()Build theGraphQlClientinstance.protected GraphQlClientAbstractGraphQlClientBuilder.buildGraphQlClient(GraphQlTransport transport) Build the default transport-agnostic client that subclasses can then wrap withAbstractDelegatingGraphQlClient.Constructors in org.springframework.graphql.client with parameters of type GraphQlClientModifierConstructorDescriptionprotectedAbstractDelegatingGraphQlClient(GraphQlClient graphQlClient)