public class MongoClientRecorder extends Object
Constructor and Description |
---|
MongoClientRecorder() |
Modifier and Type | Method and Description |
---|---|
RuntimeValue<com.mongodb.client.MongoClient> |
configureTheClient(MongoClientConfig config,
io.quarkus.arc.runtime.BeanContainer container,
LaunchMode launchMode,
ShutdownContext shutdown,
List<String> codecProviders) |
RuntimeValue<ReactiveMongoClient> |
configureTheReactiveClient() |
(package private) List<org.bson.codecs.configuration.CodecProvider> |
getCodecProviders(List<String> classNames) |
(package private) void |
initialize(MongoClientConfig config,
List<String> codecProviders) |
public RuntimeValue<com.mongodb.client.MongoClient> configureTheClient(MongoClientConfig config, io.quarkus.arc.runtime.BeanContainer container, LaunchMode launchMode, ShutdownContext shutdown, List<String> codecProviders)
public RuntimeValue<ReactiveMongoClient> configureTheReactiveClient()
void initialize(MongoClientConfig config, List<String> codecProviders)
Copyright © 2019 JBoss by Red Hat. All rights reserved.