Class AbstractInvoker

    • Constructor Detail

      • AbstractInvoker

        public AbstractInvoker()
    • Method Detail

      • getLogger

        protected io.vertx.up.log.Annal getLogger()
      • invokeJson

        protected io.vertx.core.Future invokeJson​(Object proxy,
                                                  Method method,
                                                  Envelop envelop)
        Future method(JsonObject) Future method(JsonArray)
      • nextEnvelop

        protected <I> Function<I,​io.vertx.core.Future<Envelop>> nextEnvelop​(io.vertx.core.Vertx vertx,
                                                                                  Method method)
      • nextEnvelop

        protected <T> io.vertx.core.Future<Envelop> nextEnvelop​(io.vertx.core.Vertx vertx,
                                                                Method method,
                                                                T result)