Uses of Interface
com.graphql_java_generator.client.GraphQLSubscriptionExecutor
-
Packages that use GraphQLSubscriptionExecutor Package Description com.graphql_java_generator.client.graphqlrepository This package contains all the needed classes to manageGraphQLRepository. -
-
Uses of GraphQLSubscriptionExecutor in com.graphql_java_generator.client.graphqlrepository
Constructors in com.graphql_java_generator.client.graphqlrepository with parameters of type GraphQLSubscriptionExecutor Constructor Description GraphQLRepositoryInvocationHandler(java.lang.Class<T> repositoryInterface, GraphQLQueryExecutor queryExecutor, GraphQLMutationExecutor mutationExecutor, GraphQLSubscriptionExecutor subscriptionExecutor)This constructor builds the instance from the given Spring ApplicationContext provides the query, mutation and subscription that have been defined in the GraphQL schema.
-