Uses of Class
org.junittest.allgraphqlcases_client_springconfiguration.CINP_SubscriptionTestParam_CINS
Packages that use CINP_SubscriptionTestParam_CINS
-
Uses of CINP_SubscriptionTestParam_CINS in org.junittest.allgraphqlcases_client_springconfiguration
Methods in org.junittest.allgraphqlcases_client_springconfiguration that return CINP_SubscriptionTestParam_CINSMethods in org.junittest.allgraphqlcases_client_springconfiguration with parameters of type CINP_SubscriptionTestParam_CINSModifier and TypeMethodDescriptionCTP_TheSubscriptionType_CTS.subscriptionTest
(com.graphql_java_generator.client.request.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.TheSubscriptionTypeExecutorMySchema.subscriptionTest
(com.graphql_java_generator.client.request.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.TheSubscriptionTypeExecutorMySchema.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.TheSubscriptionTypeReactiveExecutorMySchema.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.TheSubscriptionTypeReactiveExecutorMySchema.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
(com.graphql_java_generator.client.request.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.TheSubscriptionTypeExecutorMySchema.subscriptionTestWithBindValues
(com.graphql_java_generator.client.request.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.TheSubscriptionTypeExecutorMySchema.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.TheSubscriptionTypeReactiveExecutorMySchema.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.TheSubscriptionTypeReactiveExecutorMySchema.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.