Package io.leangen.graphql.execution
Interface ResolverInterceptor
-
- All Known Implementing Classes:
BatchLoaderAdapterFactory.BatchLoaderAdapter
public interface ResolverInterceptor
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceResolverInterceptor.Continuation
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectaroundInvoke(InvocationContext context, ResolverInterceptor.Continuation continuation)
-
-
-
Method Detail
-
aroundInvoke
Object aroundInvoke(InvocationContext context, ResolverInterceptor.Continuation continuation) throws Exception
- Throws:
Exception
-
-