public interface GraphQLServletListener
| Modifier and Type | Interface and Description |
|---|---|
static interface |
GraphQLServletListener.RequestCallback
The callback which used to add additional listeners for GraphQL request execution.
|
| Modifier and Type | Method and Description |
|---|---|
default GraphQLServletListener.RequestCallback |
onRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Called this method when the request started processing.
|
default GraphQLServletListener.RequestCallback onRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
request - http requestresponse - http response