Class ReactiveMongoClientFactoryBean

java.lang.Object
org.springframework.beans.factory.config.AbstractFactoryBean<com.mongodb.reactivestreams.client.MongoClient>
org.springframework.data.mongodb.core.ReactiveMongoClientFactoryBean
All Implemented Interfaces:
Aware, BeanClassLoaderAware, BeanFactoryAware, DisposableBean, FactoryBean<com.mongodb.reactivestreams.client.MongoClient>, InitializingBean, PersistenceExceptionTranslator

public class ReactiveMongoClientFactoryBean extends AbstractFactoryBean<com.mongodb.reactivestreams.client.MongoClient> implements PersistenceExceptionTranslator
Convenient factory for configuring a reactive streams MongoClient.
Since:
2.0
Author:
Mark Paluch, Christoph Strobl