Class CommonCosmo

  • All Implemented Interfaces:
    Cosmo

    public class CommonCosmo
    extends Object
    implements Cosmo
    Author:
    Lang
    • Constructor Detail

      • CommonCosmo

        public CommonCosmo()
    • Method Detail

      • before

        public io.vertx.core.Future<Envelop> before​(Envelop request,
                                                    io.vertx.core.json.JsonObject matrix)
        Specified by:
        before in interface Cosmo
      • after

        public io.vertx.core.Future<Envelop> after​(Envelop response,
                                                   io.vertx.core.json.JsonObject matrix)
        Specified by:
        after in interface Cosmo