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 FunctionServer
FunctionServer. registerMapHandler(MapHandler mapHandler)
registers the map handler to the server.FunctionServer
FunctionServer. registerMapTHandler(MapTHandler mapTHandler)
registers the mapT handler to the server.FunctionServer
FunctionServer. registerReducerFactory(ReducerFactory<? extends ReduceHandler> reducerFactory)
registers the reducer factory to the server.
-