public static interface RSocketGraphQlInterceptor.Chain
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Mono<RSocketGraphQlResponse> |
next(RSocketGraphQlRequest request)
Delegate to the rest of the chain to execute the request.
|
reactor.core.publisher.Mono<RSocketGraphQlResponse> next(RSocketGraphQlRequest request)
request
- the request to execute
the ExecutionInput
for GraphQL
.Mono
with the response