Class TimeoutHandler

java.lang.Object
io.vertx.mutiny.ext.web.handler.TimeoutHandler
All Implemented Interfaces:
MutinyDelegate, io.vertx.core.Handler<RoutingContext>, PlatformHandler, Consumer<RoutingContext>

public class TimeoutHandler extends Object implements MutinyDelegate, PlatformHandler, io.vertx.core.Handler<RoutingContext>, Consumer<RoutingContext>
Handler that will timeout requests if the response has not been written after a certain time. Timeout requests will be ended with an HTTP status code `503`.

NOTE: This class has been automatically generated from the original non Mutiny-ified interface using Vert.x codegen.

  • Field Details

  • Constructor Details

    • TimeoutHandler

      public TimeoutHandler(io.vertx.ext.web.handler.TimeoutHandler delegate)
    • TimeoutHandler

      public TimeoutHandler(Object delegate)
  • Method Details