Class MongoClientRecorder.MongoClientSupplier<T>

java.lang.Object
io.quarkus.mongodb.runtime.MongoClientRecorder.MongoClientSupplier<T>
All Implemented Interfaces:
Supplier<T>
Enclosing class:
MongoClientRecorder

static final class MongoClientRecorder.MongoClientSupplier<T> extends Object implements Supplier<T>
Helper to lazily create Mongo clients.
  • Constructor Details

  • Method Details

    • get

      public T get()
      Specified by:
      get in interface Supplier<T>