BlockingQueryService

public final class BlockingQueryService

A wrapper for a local io.spine.server.QueryService which returns the query execution result in a blocking manner.

Constructors

Link copied to clipboard
public void BlockingQueryService(QueryServiceImplBase service)

Functions

Link copied to clipboard
public QueryResponse execute(Query query)
Executes the given query.