Uses of Interface
io.github.kaststream.api.v2.facade.KastRowBuilder
-
Packages that use KastRowBuilder Package Description io.github.kaststream.api.v2 -
-
Uses of KastRowBuilder in io.github.kaststream.api.v2
Methods in io.github.kaststream.api.v2 with parameters of type KastRowBuilder Modifier and Type Method Description voidAsyncProcessor. asyncInvoke(KastRow input, KastResultFuture resultFuture, KastRowBuilder kastRowBuilder)Trigger async operation for each stream input.voidFlatMapper. flatMap(KastRow kRow, KastCollector out, KastRowBuilder kastRowBuilder)Your function implementation.KastRowMapper. map(KastRow kRow, KastRowBuilder kastRowBuilder)Your function implementation.voidProcessor. processElement(KastRow kRow, KastProcessorContext context, KastCollector collector, KastRowBuilder kastRowBuilder)voidCoProcessor. processElement1(KastRow kRow, KastCoProcessorContext ctx, KastCollector out, KastRowBuilder kastRowBuilder)This method is called for each element in the first of the connected streams.voidCoProcessor. processElement2(KastRow kRow, KastCoProcessorContext ctx, KastCollector out, KastRowBuilder kastRowBuilder)This method is called for each element in the second of the connected streams.
-