Class JetPollux

java.lang.Object
io.vertx.up.extension.AbstractAres
io.vertx.tp.jet.JetPollux
All Implemented Interfaces:
io.vertx.up.extension.Ares

public class JetPollux extends io.vertx.up.extension.AbstractAres
  • Field Summary

    Fields inherited from class io.vertx.up.extension.AbstractAres

    options, server

    Fields inherited from interface io.vertx.up.extension.Ares

    CC_ARES
  • Constructor Summary

    Constructors
    Constructor
    Description
    JetPollux(io.vertx.core.Vertx vertx)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    mount(io.vertx.ext.web.Router router, io.vertx.core.json.JsonObject config)
     

    Methods inherited from class io.vertx.up.extension.AbstractAres

    bind, logger, vertx

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.vertx.up.extension.Ares

    configure, mount
  • Constructor Details

    • JetPollux

      public JetPollux(io.vertx.core.Vertx vertx)
  • Method Details

    • mount

      public void mount(io.vertx.ext.web.Router router, io.vertx.core.json.JsonObject config)