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 Type
    Method
    Description
    protected 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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 class io.quarkus.devconsole.runtime.spi.DevConsolePostHandler
      Parameters:
      event - the context event
      form - the form data