| Package | Description |
|---|---|
| org.springframework.graphql.execution |
Support for GraphQL request execution, including abstractions to configure and invoke
GraphQL. |
| Modifier and Type | Class and Description |
|---|---|
class |
SubscriptionExceptionResolverAdapter
Adapter for
SubscriptionExceptionResolver that pre-implements the
asynchronous contract and exposes the following synchronous protected methods:
SubscriptionExceptionResolverAdapter.resolveToSingleError(java.lang.Throwable)
SubscriptionExceptionResolverAdapter.resolveToMultipleErrors(java.lang.Throwable)
|
| Modifier and Type | Method and Description |
|---|---|
B |
GraphQlSource.Builder.subscriptionExceptionResolvers(List<SubscriptionExceptionResolver> resolvers)
Add
SubscriptionExceptionResolvers that are invoked when a
GraphQL subscription Publisher ends with
error, and given a chance to resolve the exception to one or more
GraphQL errors to be sent to the client. |