| Modifier and Type | Method and Description |
|---|---|
MongoRx |
MongoRx.codecRegistry(org.bson.codecs.configuration.CodecRegistry codecRegistry)
Set a
CodecRegistry to the MongoDatabase created by this module. |
MongoRx |
MongoRx.doWith(BiConsumer<com.mongodb.async.client.MongoClientSettings.Builder,com.typesafe.config.Config> configurer)
Allow further configuration on the
MongoClientSettings. |
MongoRx |
MongoRx.doWith(Consumer<com.mongodb.async.client.MongoClientSettings.Builder> configurer)
Allow further configuration on the
MongoClientSettings. |
MongoRx |
MongoRx.observableAdapter(Function<rx.Observable,rx.Observable> adapter)
Set a
ObservableAdapter to the MongoDatabase created by this module. |
Copyright © 2020. All rights reserved.