send

public abstract T send(Query query)

Sends the given Query to the QueryService and dispatches the query response to the query response processor.

Returns the result of query processing.

Return

the query result

Parameters

query

the query to send