Package io.smallrye.graphql.execution
Interface ExecutionResponseWriter
-
- All Known Implementing Classes:
JsonObjectResponseWriter
public interface ExecutionResponseWriterWrite the response to something- Author:
- Phillip Kruger (phillip.kruger@redhat.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default voidfail(Throwable t)voidwrite(ExecutionResponse er)
-
-
-
Method Detail
-
write
void write(ExecutionResponse er)
-
fail
default void fail(Throwable t)
-
-