Uses of Class
org.forum.client.QueryResponse
-
Uses of QueryResponse in org.forum.client
Modifier and TypeMethodDescriptionQuery.exec
(ObjectResponse objectResponse, Object... paramsAndValues) Deprecated.Deprecated.QueryExecutorForum.exec
(ObjectResponse objectResponse, Object... paramsAndValues) This method takes a full request definition, and executes it against the GraphQL server.This method takes a full request definition, and executes it against the GraphQL server.This method executes the current GraphQL request as a full query request.This method executes the current GraphQL request as a full query request.Query.execWithBindValues
(ObjectResponse objectResponse, Map<String, Object> parameters) Deprecated.Query.execWithBindValues
(String queryResponseDef, Map<String, Object> parameters) Deprecated.QueryExecutorForum.execWithBindValues
(ObjectResponse objectResponse, Map<String, Object> parameters) This method takes a full request definition, and executes it against the GraphQL server.QueryExecutorForum.execWithBindValues
(String queryResponseDef, Map<String, Object> parameters) This method takes a full request definition, and executes it against the GraphQL server.Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<QueryResponse>
QueryReactiveExecutorForum.exec
(ObjectResponse objectResponse, Object... paramsAndValues) This method takes a full request definition, and executes it against the GraphQL server.reactor.core.publisher.Mono<QueryResponse>
This method takes a full request definition, and executes it against the GraphQL server.reactor.core.publisher.Mono<QueryResponse>
This method executes the current GraphQL request as a full query request.reactor.core.publisher.Mono<QueryResponse>
This method executes the current GraphQL request as a full query request.reactor.core.publisher.Mono<QueryResponse>
QueryReactiveExecutorForum.execWithBindValues
(ObjectResponse objectResponse, Map<String, Object> parameters) This method takes a full request definition, and executes it against the GraphQL server.reactor.core.publisher.Mono<QueryResponse>
QueryReactiveExecutorForum.execWithBindValues
(String queryResponseDef, Map<String, Object> parameters) This method takes a full request definition, and executes it against the GraphQL server.