Uses of Interface
io.github.kaststream.api.v2.facade.KastCoProcessorContext
-
Packages that use KastCoProcessorContext Package Description io.github.kaststream.api.v2 -
-
Uses of KastCoProcessorContext in io.github.kaststream.api.v2
Methods in io.github.kaststream.api.v2 with parameters of type KastCoProcessorContext Modifier and Type Method Description 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.
-