Uses of Interface
io.github.kaststream.api.v2.facade.KastOutputTag
-
Packages that use KastOutputTag Package Description io.github.kaststream.api.v2.facade -
-
Uses of KastOutputTag in io.github.kaststream.api.v2.facade
Methods in io.github.kaststream.api.v2.facade with parameters of type KastOutputTag Modifier and Type Method Description voidKastCoProcessorContext. output(KastOutputTag sideOutputTag, KastRow kRow)Emits a record to the side output identified by theKastOutputTag.voidKastProcessorContext. output(KastOutputTag sideOutputTag, KastRow kRow)Emits a record to the side output identified by theKastOutputTag.
-