Package io.smallrye.graphql.execution
Interface ExecutionResponseWriter
-
- All Known Implementing Classes:
JsonObjectResponseWriter
public interface ExecutionResponseWriter
Write the response to something- Author:
- Phillip Kruger ([email protected])
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default void
fail(Throwable t)
void
write(ExecutionResponse er)
-
-
-
Method Detail
-
write
void write(ExecutionResponse er)
-
fail
default void fail(Throwable t)
-
-