Class DeclarationChain<IN>

java.lang.Object
org.apache.flink.runtime.asyncprocessing.declare.DeclarationChain<IN>
Type Parameters:
IN - The type of the input elements.
All Implemented Interfaces:
org.apache.flink.util.function.ThrowingConsumer<IN,Exception>

@Experimental public class DeclarationChain<IN> extends Object implements org.apache.flink.util.function.ThrowingConsumer<IN,Exception>
A declaration chain allows to declare multiple async operations in a single chain.