Class CommonEndurer

java.lang.Object
io.vertx.up.uca.web.failure.CommonEndurer
All Implemented Interfaces:
io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>

public class CommonEndurer extends Object implements io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
# 「Co」Zero Critical internal failure handler Common handler to handle failure
Author:
Lang
  • Method Details

    • create

      public static io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> create()
    • handle

      public void handle(io.vertx.ext.web.RoutingContext event)
      Specified by:
      handle in interface io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>