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 TypeMethodDescriptionTheSubscriptionTypeExecutorAllGraphQLCases2.subscriptionTest
(ObjectResponse objectResponse, 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.TheSubscriptionTypeExecutorAllGraphQLCases2.subscriptionTest
(String queryResponseDef, 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
(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.TheSubscriptionTypeExecutorAllGraphQLCases2.subscriptionTestWithBindValues
(ObjectResponse objectResponse, 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.TheSubscriptionTypeExecutorAllGraphQLCases2.subscriptionTestWithBindValues
(String queryResponseDef, 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
(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.