Uses of Class
io.numaproj.numaflow.function.FunctionServer
-
Packages that use FunctionServer Package Description io.numaproj.numaflow.function -
-
Uses of FunctionServer in io.numaproj.numaflow.function
Methods in io.numaproj.numaflow.function that return FunctionServer Modifier and Type Method Description FunctionServerFunctionServer. registerMapHandler(MapHandler mapHandler)registers the map handler to the server.FunctionServerFunctionServer. registerMapTHandler(MapTHandler mapTHandler)registers the mapT handler to the server.FunctionServerFunctionServer. registerReducerFactory(ReducerFactory<? extends ReduceHandler> reducerFactory)registers the reducer factory to the server.
-