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 Classes Modifier and Type Class Description class
DeclarationChain.DeclarationStage<T>
A DeclarationStage is a single stage in a declaration chain.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(IN in)
DeclarationChain.DeclarationStage<IN>
firstStage()
-
-
-
Method Detail
-
firstStage
public DeclarationChain.DeclarationStage<IN> firstStage() throws DeclarationException
- Throws:
DeclarationException
-
-