Rename [Web|Socket]Interceptor

Use more qualified names [Web|Socket]GraphQlHandlerInterceptor to
differentiate with ClientGraphQlInterceptor and to align with other
types in the same package.
This commit is contained in:
rstoyanchev
2022-03-21 09:02:11 +00:00
parent c0f97d3f9b
commit dfff40085c
20 changed files with 97 additions and 89 deletions

View File

@@ -197,7 +197,8 @@ a client. However, in some cases it's useful to involve server side transport
handling with given mock transport input.
The `WebGraphQlHandlerTester` extension lets you processes request through the
`WebInterceptor` chain before handing off to `ExecutionGraphQlService` for request execution:
`WebGraphQlHandlerInterceptor` chain before handing off to `ExecutionGraphQlService` for
request execution:
[source,java,indent=0,subs="verbatim,quotes"]
----