Class VxHandlerSupplierDefault

java.lang.Object
org.noear.solon.server.vertx.http.VxHandlerSupplierDefault
All Implemented Interfaces:
Supplier<org.noear.solon.web.vertx.VxHandler>, VxHandlerSupplier

public class VxHandlerSupplierDefault extends Object implements VxHandlerSupplier
Since:
2.9
Author:
noear
  • Constructor Details

    • VxHandlerSupplierDefault

      public VxHandlerSupplierDefault()
  • Method Details

    • get

      public org.noear.solon.web.vertx.VxHandler get()
      Specified by:
      get in interface Supplier<org.noear.solon.web.vertx.VxHandler>