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.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassA DeclarationStage is a single stage in a declaration chain. -
Method Summary
Modifier and TypeMethodDescriptionvoid
-
Method Details
-
accept
-
firstStage
- Throws:
DeclarationException
-