Class SubscriptionExecutionStrategy

    • Field Detail

      • KEEP_SUBSCRIPTION_EVENTS_ORDERED

        public static final java.lang.String KEEP_SUBSCRIPTION_EVENTS_ORDERED
        If a boolean value is placed into the GraphQLContext with this key then the order of the subscription events can be controlled. By default, subscription events are published as the graphql subselection calls complete, and not in the order they originally arrived from the source publisher. But this can be changed to Boolean.TRUE to keep them in order.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SubscriptionExecutionStrategy

        public SubscriptionExecutionStrategy()