Package io.vertx.tp.modular.reference
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[]>
## Multi Reference Processor
It's the sub-class of
AbstractRay with HRecord[] element.- Author:
- Lang
-
Field Summary
Fields inherited from class io.vertx.tp.modular.reference.AbstractRay
input, output, tpl -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.vertx.tp.modular.reference.AbstractRay
doRay, doRayAsync, on, thenCombine
-
Constructor Details
-
RayBatch
public RayBatch()
-
-
Method Details
-
exec
public io.modello.specification.HRecord[] exec(io.modello.specification.HRecord[] input) Critical code logical- Specified by:
execin classAbstractRay<io.modello.specification.HRecord[]>- Parameters:
input- Input element ofHRecordfor 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:
execAsyncin classAbstractRay<io.modello.specification.HRecord[]>
-