Package io.vertx.tp.modular.reference
Class RayBatch
- java.lang.Object
-
- io.vertx.tp.modular.reference.AbstractRay<Record[]>
-
- io.vertx.tp.modular.reference.RayBatch
-
public class RayBatch extends AbstractRay<Record[]>
## Multi Reference Processor It's the sub-class ofAbstractRaywithRecord[] element.- Author:
- Lang
-
-
Field Summary
-
Fields inherited from class io.vertx.tp.modular.reference.AbstractRay
input, output, tpl
-
-
Constructor Summary
Constructors Constructor Description RayBatch()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Record[]exec(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 multi- Returns:
- Processed Return the modified data records.
-
execAsync
public io.vertx.core.Future<Record[]> execAsync(Record[] input)
- Specified by:
execAsyncin classAbstractRay<Record[]>
-
-