Uses of Class
io.numaproj.numaflow.function.handlers.ReducerFactory
-
Packages that use ReducerFactory Package Description io.numaproj.numaflow.function -
-
Uses of ReducerFactory in io.numaproj.numaflow.function
Methods in io.numaproj.numaflow.function with parameters of type ReducerFactory Modifier and Type Method Description FunctionServerFunctionServer. registerReducerFactory(ReducerFactory<? extends ReduceHandler> reducerFactory)registers the reducer factory to the server.
-