BlockingQueryBridge

public final class BlockingQueryBridge implements QueryBridge<T>

A QueryBridge which executes given queries in a blocking manner.

Constructors

Link copied to clipboard
public void BlockingQueryBridge(QueryServiceImplBase service)
Creates a new BlockingQueryBridge.

Functions

Link copied to clipboard
public QueryResponse send(Query query)
Sends the given Query to the QueryService and dispatches the query response to the query response processor.