Interface MongoDriver.MongoDriverFactory<RR extends io.vena.bosk.Entity>

All Superinterfaces:
io.vena.bosk.DriverFactory<RR>
Enclosing interface:
MongoDriver<R extends io.vena.bosk.Entity>

public static interface MongoDriver.MongoDriverFactory<RR extends io.vena.bosk.Entity> extends io.vena.bosk.DriverFactory<RR>
  • Method Summary

    Modifier and Type
    Method
    Description
    build(io.vena.bosk.Bosk<RR> bosk, io.vena.bosk.BoskDriver<RR> downstream)
     
  • Method Details

    • build

      MongoDriver<RR> build(io.vena.bosk.Bosk<RR> bosk, io.vena.bosk.BoskDriver<RR> downstream)
      Specified by:
      build in interface io.vena.bosk.DriverFactory<RR extends io.vena.bosk.Entity>