Class ReactiveClientServerFactory
java.lang.Object
de.flapdoodle.embed.mongo.spring.autoconfigure.AbstractServerFactory
de.flapdoodle.embed.mongo.spring.autoconfigure.ReactiveClientServerFactory
-
Field Summary
Fields inherited from class de.flapdoodle.embed.mongo.spring.autoconfigure.AbstractServerFactory
properties -
Method Summary
Modifier and TypeMethodDescriptionprotected Consumer<de.flapdoodle.embed.mongo.transitions.RunningMongodProcess>addAuthUserToDBCallback(String username, char[] password, String databaseName) protected de.flapdoodle.reverse.ListenerinitReplicaSet(de.flapdoodle.embed.mongo.distribution.IFeatureAwareVersion version, de.flapdoodle.embed.mongo.commands.MongodArguments mongodArguments) protected Consumer<de.flapdoodle.embed.mongo.transitions.RunningMongodProcess>sendShutdown(String username, char[] password, String databaseName) Methods inherited from class de.flapdoodle.embed.mongo.spring.autoconfigure.AbstractServerFactory
addAuthUserToDB
-
Method Details
-
initReplicaSet
protected de.flapdoodle.reverse.Listener initReplicaSet(de.flapdoodle.embed.mongo.distribution.IFeatureAwareVersion version, de.flapdoodle.embed.mongo.commands.MongodArguments mongodArguments) -
addAuthUserToDBCallback
protected Consumer<de.flapdoodle.embed.mongo.transitions.RunningMongodProcess> addAuthUserToDBCallback(String username, char[] password, String databaseName) - Specified by:
addAuthUserToDBCallbackin classAbstractServerFactory
-
sendShutdown
protected Consumer<de.flapdoodle.embed.mongo.transitions.RunningMongodProcess> sendShutdown(String username, char[] password, String databaseName) - Specified by:
sendShutdownin classAbstractServerFactory
-