Uses of Class
org.allGraphQLCases.client2.SubscriptionTestParam
Packages that use SubscriptionTestParam
-
Uses of SubscriptionTestParam in org.allGraphQLCases.client2
Methods in org.allGraphQLCases.client2 that return SubscriptionTestParamMethods in org.allGraphQLCases.client2 with parameters of type SubscriptionTestParamModifier and TypeMethodDescriptioncom.graphql_java_generator.client.SubscriptionClient
TheSubscriptionTypeExecutorAllGraphQLCases2.subscriptionTest
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, com.graphql_java_generator.client.SubscriptionCallback<String> subscriptionCallback, SubscriptionTestParam param, Object... paramsAndValues)
A dummy subscription, that allows to test errors (and other strange behavior), and their return to the subscription's client
This method registers a subscription, by executing a direct partial subscriptionTest subscription against the GraphQL server.com.graphql_java_generator.client.SubscriptionClient
TheSubscriptionTypeExecutorAllGraphQLCases2.subscriptionTest
(String queryResponseDef, com.graphql_java_generator.client.SubscriptionCallback<String> subscriptionCallback, SubscriptionTestParam param, Object... paramsAndValues)
A dummy subscription, that allows to test errors (and other strange behavior), and their return to the subscription's client
This method registers a subscription, by executing a direct partial subscriptionTest subscription against the GraphQL server.TheSubscriptionTypeReactiveExecutorAllGraphQLCases2.subscriptionTest
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionTestParam param, Object... paramsAndValues)
A dummy subscription, that allows to test errors (and other strange behavior), and their return to the subscription's client
This method registers a subscription, by executing a direct partial request against the GraphQL server.TheSubscriptionTypeReactiveExecutorAllGraphQLCases2.subscriptionTest
(String queryResponseDef, SubscriptionTestParam param, Object... paramsAndValues)
A dummy subscription, that allows to test errors (and other strange behavior), and their return to the subscription's client
This method registers a subscription, by executing a direct partial request against the GraphQL server.com.graphql_java_generator.client.SubscriptionClient
TheSubscriptionTypeExecutorAllGraphQLCases2.subscriptionTestWithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, com.graphql_java_generator.client.SubscriptionCallback<String> subscriptionCallback, SubscriptionTestParam param, Map<String, Object> parameters)
A dummy subscription, that allows to test errors (and other strange behavior), and their return to the subscription's client
This method registers a subscription, by executing a direct partial subscriptionTest subscription against the GraphQL server.com.graphql_java_generator.client.SubscriptionClient
TheSubscriptionTypeExecutorAllGraphQLCases2.subscriptionTestWithBindValues
(String queryResponseDef, com.graphql_java_generator.client.SubscriptionCallback<String> subscriptionCallback, SubscriptionTestParam param, Map<String, Object> parameters)
A dummy subscription, that allows to test errors (and other strange behavior), and their return to the subscription's client
This method registers a subscription, by executing a direct partial subscriptionTest subscription against the GraphQL server.TheSubscriptionTypeReactiveExecutorAllGraphQLCases2.subscriptionTestWithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionTestParam param, Map<String, Object> parameters)
A dummy subscription, that allows to test errors (and other strange behavior), and their return to the subscription's client
This method registers a subscription, by executing a direct partial request against the GraphQL server.TheSubscriptionTypeReactiveExecutorAllGraphQLCases2.subscriptionTestWithBindValues
(String queryResponseDef, SubscriptionTestParam param, Map<String, Object> parameters)
A dummy subscription, that allows to test errors (and other strange behavior), and their return to the subscription's client
This method registers a subscription, by executing a direct partial subscriptionTest subscription against the GraphQL server.