Uses of Interface
io.numaproj.numaflow.function.interfaces.Metadata
-
Packages that use Metadata Package Description io.numaproj.numaflow.function.handlers -
-
Uses of Metadata in io.numaproj.numaflow.function.handlers
Methods in io.numaproj.numaflow.function.handlers with parameters of type Metadata Modifier and Type Method Description abstract void
ReduceHandler. addMessage(java.lang.String[] keys, Datum datum, Metadata md)
addMessage will be invoked for each input message.abstract MessageList
ReduceHandler. getOutput(java.lang.String[] keys, Metadata md)
getOutput will be invoked at the end of input.
-