Interface Tube

All Known Implementing Classes:
AbstractTube, TubeApprove, TubeAtom, TubeAttachment, TubeEmpty, TubeExpression, TubePhase

public interface Tube
Author:
Lang
  • Field Summary

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

    Modifier and Type
    Method
    Description
    static Tube
     
    io.vertx.core.Future<io.vertx.core.json.JsonObject>
    traceAsync(io.vertx.core.json.JsonObject data, XActivityRule rule)
     
  • Field Details

    • CC_TUBE

      static final io.horizon.uca.cache.Cc<String,Tube> CC_TUBE
  • Method Details

    • instance

      static Tube instance(TubeType type)
    • traceAsync

      io.vertx.core.Future<io.vertx.core.json.JsonObject> traceAsync(io.vertx.core.json.JsonObject data, XActivityRule rule)