Class DevModeBlockingExecutionHandler

  • All Implemented Interfaces:
    io.vertx.core.Handler<io.vertx.core.Promise<Object>>

    class DevModeBlockingExecutionHandler
    extends Object
    implements io.vertx.core.Handler<io.vertx.core.Promise<Object>>
    • Field Detail

      • delegate

        final io.vertx.core.Handler<io.vertx.core.Promise<Object>> delegate
    • Constructor Detail

      • DevModeBlockingExecutionHandler

        public DevModeBlockingExecutionHandler​(ClassLoader tccl,
                                               io.vertx.core.Handler<io.vertx.core.Promise<Object>> delegate)
    • Method Detail

      • handle

        public void handle​(io.vertx.core.Promise<Object> event)
        Specified by:
        handle in interface io.vertx.core.Handler<io.vertx.core.Promise<Object>>