Package | Description |
---|---|
org.springframework.graphql.client |
This package contains a
GraphQlClient
along with HTTP and WebSocket extensions. |
Modifier and Type | Interface and Description |
---|---|
static interface |
RSocketGraphQlClient.Builder<B extends RSocketGraphQlClient.Builder<B>>
Builder for the GraphQL over HTTP client.
|
Modifier and Type | Method and Description |
---|---|
static RSocketGraphQlClient.Builder<?> |
RSocketGraphQlClient.builder()
Start with a new
RSocketRequester.Builder customized for GraphQL,
setting the dataMimeType to "application/graphql+json"
and adding JSON codecs. |
static RSocketGraphQlClient.Builder<?> |
RSocketGraphQlClient.builder(RSocketRequester.Builder requesterBuilder)
Start with a given
RSocketGraphQlClient.builder() . |
RSocketGraphQlClient.Builder<?> |
RSocketGraphQlClient.mutate() |