Uses of Class
org.apache.flink.runtime.asyncprocessing.declare.NamedConsumer
Packages that use NamedConsumer
-
Uses of NamedConsumer in org.apache.flink.runtime.asyncprocessing.declare
Methods in org.apache.flink.runtime.asyncprocessing.declare that return NamedConsumerModifier and TypeMethodDescription<T> NamedConsumer<T>DeclarationContext.declare(String name, org.apache.flink.util.function.ThrowingConsumer<T, ? extends Exception> callback) Declare a callback with a name.<T> NamedConsumer<T>DeclarationContext.declare(org.apache.flink.util.function.ThrowingConsumer<T, ? extends Exception> callback) Declare a callback with an automatically assigned name.