Class RaySingle

java.lang.Object
io.vertx.tp.modular.reference.AbstractRay<io.modello.specification.HRecord>
io.vertx.tp.modular.reference.RaySingle
All Implemented Interfaces:
AoRay<io.modello.specification.HRecord>

public class RaySingle extends AbstractRay<io.modello.specification.HRecord>
## Single Reference Processor It's the sub-class of AbstractRay with HRecord element.
Author:
Lang
  • Constructor Details

    • RaySingle

      public RaySingle()
  • Method Details

    • exec

      public io.modello.specification.HRecord exec(io.modello.specification.HRecord input)
      Critical code logical
      Specified by:
      exec in class AbstractRay<io.modello.specification.HRecord>
      Parameters:
      input - Input element of HRecord for single
      Returns:
      Processed Return the modified data record.
    • execAsync

      public io.vertx.core.Future<io.modello.specification.HRecord> execAsync(io.modello.specification.HRecord input)
      Specified by:
      execAsync in class AbstractRay<io.modello.specification.HRecord>