Class SeekCosmo

java.lang.Object
io.vertx.tp.rbac.acl.region.SeekCosmo
All Implemented Interfaces:
Cosmo

public class SeekCosmo extends Object implements Cosmo
Author:
Lang
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    io.vertx.core.Future<io.vertx.up.commune.Envelop>
    after(io.vertx.up.commune.Envelop response, io.vertx.core.json.JsonObject matrix)
     
    io.vertx.core.Future<io.vertx.up.commune.Envelop>
    before(io.vertx.up.commune.Envelop request, io.vertx.core.json.JsonObject matrix)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SeekCosmo

      public SeekCosmo()
  • Method Details

    • before

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

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