Interface Ares

All Known Implementing Classes:
AbstractAres, AresBridge, AresHub, AresSockJs

public interface Ares
This structure is new for `ZeroHttpAgent` extension, you can call this interface to create. And it replace the previous binding such as 1) Dynamic Routing System ( I_API ) 2) Websocket Extension ( Stomp / SockJs )
Author:
Lang
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final io.horizon.uca.cache.Cc<String,Ares>
     
  • Method Summary

    Modifier and Type
    Method
    Description
    default Ares
    bind(io.vertx.core.http.HttpServer server, io.vertx.core.http.HttpServerOptions options)
     
    default void
    configure(io.vertx.core.http.HttpServerOptions options)
     
    static Ares
    instance(io.vertx.core.Vertx vertx)
     
    default void
    mount(io.vertx.ext.web.Router router)
     
    void
    mount(io.vertx.ext.web.Router router, io.vertx.core.json.JsonObject config)
     
  • Field Details

    • CC_ARES

      static final io.horizon.uca.cache.Cc<String,Ares> CC_ARES
  • Method Details

    • instance

      static Ares instance(io.vertx.core.Vertx vertx)
    • bind

      default Ares bind(io.vertx.core.http.HttpServer server, io.vertx.core.http.HttpServerOptions options)
    • configure

      default void configure(io.vertx.core.http.HttpServerOptions options)
    • mount

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

      default void mount(io.vertx.ext.web.Router router)