Uses of Class
org.allGraphQLCases.client.CINP_SubscriptionTestParam_CINS

  • Uses of CINP_SubscriptionTestParam_CINS in org.allGraphQLCases.client

    Modifier and Type
    Method
    Description
    CINP_SubscriptionTestParam_CINS.Builder.build()
     
  • Uses of CINP_SubscriptionTestParam_CINS in org.allGraphQLCases.client.util

    Modifier and Type
    Method
    Description
    com.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.
    reactor.core.publisher.Flux<Optional<String>>
    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.
    reactor.core.publisher.Flux<Optional<String>>
    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.
    reactor.core.publisher.Flux<Optional<String>>
    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.
    reactor.core.publisher.Flux<Optional<String>>
    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.