Interface UiValve


public interface UiValve
  • Field Summary

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

    Modifier and Type
    Method
    Description
    static UiValve
     
    io.vertx.core.Future<io.vertx.core.json.JsonArray>
    fetchColumn(io.vertx.up.atom.secure.Vis view, String identifier, String sigma)
     
    static UiValve
     
  • Field Details

    • CC_VALVE

      static final io.horizon.uca.cache.Cc<String,UiValve> CC_VALVE
  • Method Details

    • dynamic

      static UiValve dynamic()
    • fixed

      static UiValve fixed()
    • fetchColumn

      io.vertx.core.Future<io.vertx.core.json.JsonArray> fetchColumn(io.vertx.up.atom.secure.Vis view, String identifier, String sigma)