execute

public void execute(Query query, StreamObserver<QueryResponse> responseObserver)

Reads a particular set of items from the read-side of the application and feed the result into an instance.

Query defines the query target and the expected detail level for response.

The query results are fed to an instance of StreamObserver.

Parameters

query

the instance of query

responseObserver

the observer to feed the query results to