Class ReactiveMongoClientFactoryBean

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

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