Class MigrationsDevConsoleHandler
java.lang.Object
io.quarkus.devconsole.runtime.spi.DevConsolePostHandler
ac.simons.neo4j.migrations.quarkus.runtime.MigrationsDevConsoleHandler
- All Implemented Interfaces:
io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
public class MigrationsDevConsoleHandler
extends io.quarkus.devconsole.runtime.spi.DevConsolePostHandler
Handles POST requests from the dev-ui.
- Since:
- 1.3.4
- Author:
- Michael J. Simons
- Soundtrack
- Dr. Dre - The Chronic
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
handlePost
(io.vertx.ext.web.RoutingContext event, io.vertx.core.MultiMap form) Reactions to clean and apply operations.Methods inherited from class io.quarkus.devconsole.runtime.spi.DevConsolePostHandler
actionSuccess, dispatch, flashMessage, flashMessage, flashMessage, handle, handlePostAsync
-
Method Details
-
handlePost
protected void handlePost(io.vertx.ext.web.RoutingContext event, io.vertx.core.MultiMap form) Reactions to clean and apply operations.- Overrides:
handlePost
in classio.quarkus.devconsole.runtime.spi.DevConsolePostHandler
- Parameters:
event
- the context eventform
- the form data
-