Class GraphQLWsSender


  • @Singleton
    public class GraphQLWsSender
    extends java.lang.Object
    Sends the GraphQL response(s) to the client.
    Since:
    1.3
    • Constructor Summary

      Constructors 
      Constructor Description
      GraphQLWsSender​(io.micronaut.configuration.graphql.ws.GraphQLWsState state, GraphQLJsonSerializer graphQLJsonSerializer)
      Default constructor.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • GraphQLWsSender

        public GraphQLWsSender​(io.micronaut.configuration.graphql.ws.GraphQLWsState state,
                               GraphQLJsonSerializer graphQLJsonSerializer)
        Default constructor.
        Parameters:
        state - the GraphQLWsState instance
        graphQLJsonSerializer - the GraphQLJsonSerializer instance