Package 

Class SpringSubscriptionGraphQLContextFactory

  • All Implemented Interfaces:
    com.expediagroup.graphql.server.execution.GraphQLContextFactory

    
    public abstract class SpringSubscriptionGraphQLContextFactory<T extends GraphQLContext>
     implements GraphQLContextFactory<T, WebSocketSession>
                        

    Spring specific code to generate the context for a subscription request

    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class com.expediagroup.graphql.server.spring.subscriptions.SpringSubscriptionGraphQLContextFactory

        generateContext, generateContextMap
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SpringSubscriptionGraphQLContextFactory

        SpringSubscriptionGraphQLContextFactory()