Interface RSocketGraphQlInterceptor


public interface RSocketGraphQlInterceptor
Interceptor for server handling of GraphQL over RSocket requests, allowing customization of the ExecutionInput and the ExecutionResult.

Interceptors are typically declared as beans in Spring configuration and ordered as defined in ObjectProvider.orderedStream().

Since:
1.0.0
Author:
Rossen Stoyanchev