Class MigrationsDevConsoleRecorder
java.lang.Object
ac.simons.neo4j.migrations.quarkus.runtime.MigrationsDevConsoleRecorder
Triggered during development mode for contributing to the dev console.
- Author:
- Michael J. Simons
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSupplier<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.
-
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
-