Package io.vertx.tp.modular.reference
Class RaySingle
- java.lang.Object
-
- io.vertx.tp.modular.reference.AbstractRay<Record>
-
- io.vertx.tp.modular.reference.RaySingle
-
public class RaySingle extends AbstractRay<Record>
## Single Reference Processor It's the sub-class ofAbstractRaywithRecordelement.- Author:
- Lang
-
-
Field Summary
-
Fields inherited from class io.vertx.tp.modular.reference.AbstractRay
input, output, tpl
-
-
Constructor Summary
Constructors Constructor Description RaySingle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Recordexec(Record input)Critical code logicalio.vertx.core.Future<Record>execAsync(Record input)-
Methods inherited from class io.vertx.tp.modular.reference.AbstractRay
doRay, doRayAsync, on, thenCombine
-
-
-
-
Method Detail
-
exec
public Record exec(Record input)
Critical code logical- Specified by:
execin classAbstractRay<Record>- Parameters:
input- Input element ofRecordfor single- Returns:
- Processed Return the modified data record.
-
execAsync
public io.vertx.core.Future<Record> execAsync(Record input)
- Specified by:
execAsyncin classAbstractRay<Record>
-
-