Class MigrationsDevConsoleRecorder

java.lang.Object
ac.simons.neo4j.migrations.quarkus.runtime.MigrationsDevConsoleRecorder

public class MigrationsDevConsoleRecorder extends Object
Triggered during development mode for contributing to the dev console.
Author:
Michael J. Simons
  • Constructor Details

    • MigrationsDevConsoleRecorder

      public MigrationsDevConsoleRecorder()
  • Method Details

    • recordMigrationsSupplier

      public Supplier<ac.simons.neo4j.migrations.core.Migrations> recordMigrationsSupplier(io.quarkus.runtime.RuntimeValue<ac.simons.neo4j.migrations.core.Migrations> migrationsRv)
      Used to expose the migrations runtime value to the dev console
      Parameters:
      migrationsRv - The runtime value containing the migrations
      Returns:
      A supplier of a runtime object