Class ActivityTabb

java.lang.Object
io.vertx.tp.workflow.plugin.activity.ActivityTabb
All Implemented Interfaces:
io.vertx.up.uca.sectio.After

public class ActivityTabb extends Object implements io.vertx.up.uca.sectio.After
Plugin for
Author:
Lang
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    io.vertx.core.Future<io.vertx.core.json.JsonObject>
    afterAsync(io.vertx.core.json.JsonObject data, io.vertx.core.json.JsonObject config)
     
    Set<io.horizon.eon.em.typed.ChangeFlag>
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.vertx.up.uca.sectio.After

    afterAsync
  • Constructor Details

    • ActivityTabb

      public ActivityTabb()
  • Method Details

    • types

      public Set<io.horizon.eon.em.typed.ChangeFlag> types()
      Specified by:
      types in interface io.vertx.up.uca.sectio.After
    • afterAsync

      public io.vertx.core.Future<io.vertx.core.json.JsonObject> afterAsync(io.vertx.core.json.JsonObject data, io.vertx.core.json.JsonObject config)
      Specified by:
      afterAsync in interface io.vertx.up.uca.sectio.After