Interface ReactiveMongoQueryExecutor
- All Known Implementing Classes:
AbstractReactiveQueryExecutor,ReactiveMongoNativeJavaDriverQueryExecutor
public interface ReactiveMongoQueryExecutor
Created by rkolliva on 10/21/2015.
An interface allowing for different implementations of query execution
-
Method Summary
Modifier and TypeMethodDescriptionorg.reactivestreams.Publisher<?>executeQuery(com.github.krr.mongodb.aggregate.support.api.QueryProvider queryProvider)
-
Method Details
-
executeQuery
org.reactivestreams.Publisher<?> executeQuery(com.github.krr.mongodb.aggregate.support.api.QueryProvider queryProvider) throws com.github.krr.mongodb.aggregate.support.exceptions.MongoQueryException - Throws:
com.github.krr.mongodb.aggregate.support.exceptions.MongoQueryException
-