Interface GraphQLSubscriptionReactiveExecutor

All Known Implementing Classes:
SubscriptionTypeReactiveExecutor

public interface GraphQLSubscriptionReactiveExecutor
This interface marks a class as being the reactive executor for a GraphQL subscription. This is allows Spring to inject the executor for the subscription type (if any) into an autowired attribute of a Spring Bean.
Author:
etienne-sf