Uses of Interface
com.graphql_java_generator.client.SubscriptionClient
Packages that use SubscriptionClient
Package
Description
This package contains all the classes used to generate the requests toward the GraphQL server.
-
Uses of SubscriptionClient in com.graphql_java_generator.client
Classes in com.graphql_java_generator.client that implement SubscriptionClientModifier and TypeClassDescriptionclass
Default implementation for theSubscriptionClient
interface.
Since 2.x release, this class is quite useless.Methods in com.graphql_java_generator.client that return SubscriptionClientModifier and TypeMethodDescription<R extends GraphQLRequestObject,
T>
SubscriptionClientRequestExecution.execute
(AbstractGraphQLRequest graphQLRequest, Map<String, Object> parameters, SubscriptionCallback<T> subscriptionCallback, Class<R> subscriptionType, Class<T> messageType) Deprecated.Executes the given subscription GraphQL request, and returns the relevantWebSocketClient
.<R extends GraphQLRequestObject,
T>
SubscriptionClientRequestExecutionSpringReactiveImpl.execute
(AbstractGraphQLRequest graphQLRequest, Map<String, Object> parameters, SubscriptionCallback<T> subscriptionCallback, Class<R> subscriptionType, Class<T> messageType) Deprecated. -
Uses of SubscriptionClient in com.graphql_java_generator.client.request
Methods in com.graphql_java_generator.client.request that return SubscriptionClientModifier and TypeMethodDescription<R extends GraphQLRequestObject,
T>
SubscriptionClientAbstractGraphQLRequest.exec
(Map<String, Object> params, SubscriptionCallback<T> subscriptionCallback, Class<R> subscriptionType, Class<T> messageType) Execution of the given subscription GraphQL request, and return its response mapped in the relevant POJO.