Uses of Class
org.allGraphQLCases.client.CINP_SubscriptionTestParam_CINS
-
Uses of CINP_SubscriptionTestParam_CINS in org.allGraphQLCases.client
-
Uses of CINP_SubscriptionTestParam_CINS in org.allGraphQLCases.client.util
Modifier and TypeMethodDescriptionCTP_TheSubscriptionType_CTS.subscriptionTest
(ObjectResponse objectResponse, SubscriptionCallback<String> subscriptionCallback, CINP_SubscriptionTestParam_CINS param, Object... paramsAndValues) Deprecated.CTP_TheSubscriptionType_CTS.subscriptionTest
(String queryResponseDef, SubscriptionCallback<String> subscriptionCallback, CINP_SubscriptionTestParam_CINS param, Object... paramsAndValues) Deprecated.TheSubscriptionTypeExecutorAllGraphQLCases.subscriptionTest
(ObjectResponse objectResponse, SubscriptionCallback<String> subscriptionCallback, CINP_SubscriptionTestParam_CINS 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.TheSubscriptionTypeExecutorAllGraphQLCases.subscriptionTest
(String queryResponseDef, SubscriptionCallback<String> subscriptionCallback, CINP_SubscriptionTestParam_CINS 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.TheSubscriptionTypeReactiveExecutorAllGraphQLCases.subscriptionTest
(ObjectResponse objectResponse, CINP_SubscriptionTestParam_CINS 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.TheSubscriptionTypeReactiveExecutorAllGraphQLCases.subscriptionTest
(String queryResponseDef, CINP_SubscriptionTestParam_CINS 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.CTP_TheSubscriptionType_CTS.subscriptionTestWithBindValues
(ObjectResponse objectResponse, SubscriptionCallback<String> subscriptionCallback, CINP_SubscriptionTestParam_CINS param, Map<String, Object> parameters) Deprecated.CTP_TheSubscriptionType_CTS.subscriptionTestWithBindValues
(String queryResponseDef, SubscriptionCallback<String> subscriptionCallback, CINP_SubscriptionTestParam_CINS param, Map<String, Object> parameters) Deprecated.TheSubscriptionTypeExecutorAllGraphQLCases.subscriptionTestWithBindValues
(ObjectResponse objectResponse, SubscriptionCallback<String> subscriptionCallback, CINP_SubscriptionTestParam_CINS 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.TheSubscriptionTypeExecutorAllGraphQLCases.subscriptionTestWithBindValues
(String queryResponseDef, SubscriptionCallback<String> subscriptionCallback, CINP_SubscriptionTestParam_CINS 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.TheSubscriptionTypeReactiveExecutorAllGraphQLCases.subscriptionTestWithBindValues
(ObjectResponse objectResponse, CINP_SubscriptionTestParam_CINS 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.TheSubscriptionTypeReactiveExecutorAllGraphQLCases.subscriptionTestWithBindValues
(String queryResponseDef, CINP_SubscriptionTestParam_CINS 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.