Class GraphQLSubscriptionExecutor
- java.lang.Object
-
- org.activiti.cloud.services.notifications.graphql.ws.transport.GraphQLSubscriptionExecutor
-
public class GraphQLSubscriptionExecutor extends java.lang.ObjectWebSockets specific GraphQLExecutor implementation with support to execute GraphQL subscription queries
-
-
Constructor Summary
Constructors Constructor Description GraphQLSubscriptionExecutor(graphql.schema.GraphQLSchema graphQLSchema)Creates instance using GraphQLSchema parameter.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description graphql.ExecutionResultexecute(java.lang.String query)graphql.ExecutionResultexecute(java.lang.String query, java.util.Map<java.lang.String,java.lang.Object> arguments)
-