Uses of Class
org.apache.flink.runtime.asyncprocessing.declare.NamedFunction
-
Packages that use NamedFunction Package Description org.apache.flink.runtime.asyncprocessing.declare -
-
Uses of NamedFunction in org.apache.flink.runtime.asyncprocessing.declare
Methods in org.apache.flink.runtime.asyncprocessing.declare that return NamedFunction Modifier and Type Method Description <T,V>
NamedFunction<T,V>DeclarationContext. declare(String name, org.apache.flink.util.function.FunctionWithException<T,V,? extends Exception> callback)
Declare a callback with a name.<T,V>
NamedFunction<T,V>DeclarationContext. declare(org.apache.flink.util.function.FunctionWithException<T,V,? extends Exception> callback)
Declare a callback with an automatically assigned name.
-