Class GraphQLApolloWsSender
java.lang.Object
io.micronaut.configuration.graphql.ws.apollo.GraphQLApolloWsSender
Deprecated.
The Apollo subscriptions-transport-ws protocol is deprecated and its usage should be replaced with the new graphql-ws implementation.
Sends the GraphQL response(s) to the client.
- Since:
 - 1.3
 - Author:
 - Gerard Klijs
 
- 
Constructor Summary
ConstructorsConstructorDescriptionGraphQLApolloWsSender(io.micronaut.configuration.graphql.ws.apollo.GraphQLApolloWsState state, GraphQLJsonSerializer graphQLJsonSerializer) Deprecated.Default constructor. - 
Method Summary
 
- 
Constructor Details
- 
GraphQLApolloWsSender
public GraphQLApolloWsSender(io.micronaut.configuration.graphql.ws.apollo.GraphQLApolloWsState state, GraphQLJsonSerializer graphQLJsonSerializer) Deprecated.Default constructor.- Parameters:
 state- theGraphQLApolloWsStateinstancegraphQLJsonSerializer- theGraphQLJsonSerializerinstance
 
 -