public interface ExecutionResultHandler
extends java.util.function.BiConsumer<graphql.ExecutionResult,java.lang.Boolean>
| Modifier and Type | Method and Description |
|---|---|
default void |
accept(graphql.ExecutionResult executionResult,
java.lang.Boolean hasNext) |
void |
handle(graphql.ExecutionResult result,
java.lang.Boolean hasNext) |
default void accept(graphql.ExecutionResult executionResult,
java.lang.Boolean hasNext)
accept in interface java.util.function.BiConsumer<graphql.ExecutionResult,java.lang.Boolean>void handle(graphql.ExecutionResult result,
java.lang.Boolean hasNext)
throws java.lang.Exception
java.lang.Exception