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 HTTP client with that usesRestClientin a blocking execution chain.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.BaseBuilder.build()Build theGraphQlClientinstance.protected GraphQlClientAbstractGraphQlClientBuilder.buildGraphQlClient(GraphQlTransport transport) Build the default transport-agnostic client that subclasses can then wrap withAbstractDelegatingGraphQlClient.protected GraphQlClientAbstractGraphQlClientSyncBuilder.buildGraphQlClient(SyncGraphQlTransport transport) Build the default transport-agnostic client that subclasses can then wrap withAbstractDelegatingGraphQlClient.DgsGraphQlClient.getGraphQlClient()Return the wrappedGraphQlClientto delegate to.Methods in org.springframework.graphql.client with parameters of type GraphQlClientModifier and TypeMethodDescriptionstatic DgsGraphQlClientDgsGraphQlClient.create(GraphQlClient client) Create instance that wraps the givenGraphQlClient.Constructors in org.springframework.graphql.client with parameters of type GraphQlClientModifierConstructorDescriptionprotectedAbstractDelegatingGraphQlClient(GraphQlClient graphQlClient)