Package io.leangen.graphql.execution
Interface ResolverInterceptor.Continuation
-
- Enclosing interface:
- ResolverInterceptor
public static interface ResolverInterceptor.Continuation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objectproceed(InvocationContext context)
-
-
-
Method Detail
-
proceed
Object proceed(InvocationContext context) throws Exception
- Throws:
Exception
-
-