Uses of Class
org.allGraphQLCases.client2.SubscriptionTestParam

Packages that use SubscriptionTestParam
Package
Description
 
  • Uses of SubscriptionTestParam in org.allGraphQLCases.client2

    Modifier and Type
    Method
    Description
    SubscriptionTestParam.Builder.build()
     
    Methods in org.allGraphQLCases.client2 with parameters of type SubscriptionTestParam
    Modifier and Type
    Method
    Description
    com.graphql_java_generator.client.SubscriptionClient
    TheSubscriptionTypeExecutorAllGraphQLCases2.subscriptionTest(com.graphql_java_generator.client.request.ObjectResponse objectResponse, com.graphql_java_generator.client.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.
    com.graphql_java_generator.client.SubscriptionClient
    TheSubscriptionTypeExecutorAllGraphQLCases2.subscriptionTest(String queryResponseDef, com.graphql_java_generator.client.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.
    reactor.core.publisher.Flux<Optional<String>>
    TheSubscriptionTypeReactiveExecutorAllGraphQLCases2.subscriptionTest(com.graphql_java_generator.client.request.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.
    reactor.core.publisher.Flux<Optional<String>>
    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.
    com.graphql_java_generator.client.SubscriptionClient
    TheSubscriptionTypeExecutorAllGraphQLCases2.subscriptionTestWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, com.graphql_java_generator.client.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.
    com.graphql_java_generator.client.SubscriptionClient
    TheSubscriptionTypeExecutorAllGraphQLCases2.subscriptionTestWithBindValues(String queryResponseDef, com.graphql_java_generator.client.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.
    reactor.core.publisher.Flux<Optional<String>>
    TheSubscriptionTypeReactiveExecutorAllGraphQLCases2.subscriptionTestWithBindValues(com.graphql_java_generator.client.request.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.
    reactor.core.publisher.Flux<Optional<String>>
    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.