Package com.graphql_java_generator.client

  • Interface Summary 
    Interface Description
    QueryExecutor
    This class is the query executor : a generic class, reponsible for calling the GraphQL server, and return its response as POJOs.
    SubscriptionCallback<T>
    This interface will receive the notification for each message that comes from a subscription.
    SubscriptionClient
    This interface allows the application to interact with the subscription, once it has subscribed to it.
  • Class Summary 
    Class Description
    GraphqlClientUtils  
    GraphQLConfiguration
    This class contains a GraphQL configuration for the GraphQL client.
    QueryExecutorImpl
    This class is the query executor : a generic class, reponsible for calling the GraphQL server, for query, mutation and subscription.
    It has one major parameter: the GraphQL endpoint.
    SubscriptionClientWebSocket<R,​T>
    This class implements the Web Socket, as needed by the jetty's Web Socket implementation.