Uses of Enum Class
io.quarkus.mongodb.runtime.MongoClientConfig.TransportConfig
Packages that use MongoClientConfig.TransportConfig
-
Uses of MongoClientConfig.TransportConfig in io.quarkus.mongodb.runtime
Methods in io.quarkus.mongodb.runtime that return MongoClientConfig.TransportConfigModifier and TypeMethodDescriptionMongoClientConfig.blockingTransport()
Configures the blocking transport.MongoClientConfig.reactiveTransport()
Configures the reactive transport.Returns the enum constant of this class with the specified name.static MongoClientConfig.TransportConfig[]
MongoClientConfig.TransportConfig.values()
Returns an array containing the constants of this enum class, in the order they are declared.