Uses of Interface
org.springframework.graphql.execution.SubscriptionExceptionResolver
Package
Description
Support for GraphQL request execution, including abstractions to configure and invoke
GraphQL
.-
Uses of SubscriptionExceptionResolver in org.springframework.graphql.execution
Modifier and TypeClassDescriptionclass
Adapter forSubscriptionExceptionResolver
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 TypeMethodDescriptionAbstractGraphQlSourceBuilder.subscriptionExceptionResolvers
(List<SubscriptionExceptionResolver> resolvers) GraphQlSource.Builder.subscriptionExceptionResolvers
(List<SubscriptionExceptionResolver> resolvers) AddSubscriptionExceptionResolver
s that are invoked when a GraphQL subscriptionPublisher
ends with error, and given a chance to resolve the exception to one or more GraphQL errors to be sent to the client.