Class ReactiveMongoNativeJavaDriverQueryExecutor

java.lang.Object
com.github.krr.mongodb.aggregate.support.query.AbstractReactiveQueryExecutor
com.github.krr.mongodb.aggregate.support.query.ReactiveMongoNativeJavaDriverQueryExecutor
All Implemented Interfaces:
ReactiveMongoQueryExecutor

public class ReactiveMongoNativeJavaDriverQueryExecutor extends AbstractReactiveQueryExecutor
Created by rkolliva 4/16/18.
  • Constructor Details

    • ReactiveMongoNativeJavaDriverQueryExecutor

      public ReactiveMongoNativeJavaDriverQueryExecutor(org.springframework.data.mongodb.core.ReactiveMongoOperations mongoOperations)
    • ReactiveMongoNativeJavaDriverQueryExecutor

      public ReactiveMongoNativeJavaDriverQueryExecutor(org.springframework.data.mongodb.core.ReactiveMongoOperations mongoOperations, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
  • Method Details

    • executeQuery

      public org.reactivestreams.Publisher<?> executeQuery(com.github.krr.mongodb.aggregate.support.api.QueryProvider queryProvider)