Class RayBatch

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

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

    • RayBatch

      public RayBatch()
  • 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 multi
      Returns:
      Processed Return the modified data records.
    • 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[]>