C - Query configuration typepublic interface ReactiveQueryAdapter<C extends com.holonplatform.core.query.QueryConfiguration>
QueryOperation instance, which provides both
the QueryConfiguration and the QueryProjection.
The query results are provided using a Flux.
ReactiveQuery| Modifier and Type | Method and Description |
|---|---|
<R> reactor.core.publisher.Flux<R> |
stream(com.holonplatform.core.query.QueryOperation<C,R> queryOperation)
Execute a query using the provided
QueryOperation and return the results as a Flux of query
results. |
<R> reactor.core.publisher.Flux<R> stream(com.holonplatform.core.query.QueryOperation<C,R> queryOperation)
QueryOperation and return the results as a Flux of query
results.R - Query results typequeryOperation - Query operation (not null)Flux streamCopyright © 2019 The Holon Platform. All rights reserved.