Uses of Class
org.allGraphQLCases.client.CINP_SubscriptionTestParam_CINS
Packages that use CINP_SubscriptionTestParam_CINS
-
Uses of CINP_SubscriptionTestParam_CINS in org.allGraphQLCases.client
Methods in org.allGraphQLCases.client that return CINP_SubscriptionTestParam_CINS -
Uses of CINP_SubscriptionTestParam_CINS in org.allGraphQLCases.client.util
Methods in org.allGraphQLCases.client.util with parameters of type CINP_SubscriptionTestParam_CINSModifier and TypeMethodDescriptioncom.graphql_java_generator.client.SubscriptionClient
CTP_TheSubscriptionType_CTS.subscriptionTest
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, com.graphql_java_generator.client.SubscriptionCallback<String> subscriptionCallback, CINP_SubscriptionTestParam_CINS param, Object... paramsAndValues) Deprecated.com.graphql_java_generator.client.SubscriptionClient
CTP_TheSubscriptionType_CTS.subscriptionTest
(String queryResponseDef, com.graphql_java_generator.client.SubscriptionCallback<String> subscriptionCallback, CINP_SubscriptionTestParam_CINS param, Object... paramsAndValues) Deprecated.com.graphql_java_generator.client.SubscriptionClient
TheSubscriptionTypeExecutorAllGraphQLCases.subscriptionTest
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, com.graphql_java_generator.client.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.com.graphql_java_generator.client.SubscriptionClient
TheSubscriptionTypeExecutorAllGraphQLCases.subscriptionTest
(String queryResponseDef, com.graphql_java_generator.client.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
(com.graphql_java_generator.client.request.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.com.graphql_java_generator.client.SubscriptionClient
CTP_TheSubscriptionType_CTS.subscriptionTestWithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, com.graphql_java_generator.client.SubscriptionCallback<String> subscriptionCallback, CINP_SubscriptionTestParam_CINS param, Map<String, Object> parameters) Deprecated.com.graphql_java_generator.client.SubscriptionClient
CTP_TheSubscriptionType_CTS.subscriptionTestWithBindValues
(String queryResponseDef, com.graphql_java_generator.client.SubscriptionCallback<String> subscriptionCallback, CINP_SubscriptionTestParam_CINS param, Map<String, Object> parameters) Deprecated.com.graphql_java_generator.client.SubscriptionClient
TheSubscriptionTypeExecutorAllGraphQLCases.subscriptionTestWithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, com.graphql_java_generator.client.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.com.graphql_java_generator.client.SubscriptionClient
TheSubscriptionTypeExecutorAllGraphQLCases.subscriptionTestWithBindValues
(String queryResponseDef, com.graphql_java_generator.client.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
(com.graphql_java_generator.client.request.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.