Package io.vertx.tp.modular.reference
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>
## Single 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
-
RaySingle
public RaySingle()
-
-
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 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:
execAsyncin classAbstractRay<io.modello.specification.HRecord>
-