Class SubscriptionExecutionStrategy


  • @PublicApi
    public class SubscriptionExecutionStrategy
    extends ExecutionStrategy
    An execution strategy that implements graphql subscriptions by using reactive-streams as the output result of the subscription query.

    Afterwards each object delivered on that stream will be mapped via running the original selection set over that object and hence producing an ExecutionResult just like a normal graphql query.

    See https://github.com/facebook/graphql/blob/master/spec/Section%206%20--%20Execution.md See http://www.reactive-streams.org/