Uses of Interface
org.springframework.graphql.client.GraphQlClient.SyncBuilder
-
Uses of GraphQlClient.SyncBuilder in org.springframework.graphql.client
Modifier and TypeInterfaceDescriptionstatic interface
GraphQlClient.SyncBuilder<B extends GraphQlClient.SyncBuilder<B>>
Builder to create aGraphQlClient
instance with a synchronous execution chain and transport.Modifier and TypeInterfaceDescriptionstatic interface
HttpSyncGraphQlClient.Builder<B extends HttpSyncGraphQlClient.Builder<B>>
Builder for the GraphQL over HTTP client with a blocking execution chain.Modifier and TypeClassDescriptionclass
Abstract, base class for transport specificGraphQlClient.SyncBuilder
implementations.