Interface StreamExecutionEnvironmentFactory
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@PublicEvolving @FunctionalInterface public interface StreamExecutionEnvironmentFactory
Factory class for stream execution environments.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StreamExecutionEnvironment
createExecutionEnvironment(Configuration configuration)
Creates a StreamExecutionEnvironment from this factory.
-
-
-
Method Detail
-
createExecutionEnvironment
StreamExecutionEnvironment createExecutionEnvironment(Configuration configuration)
Creates a StreamExecutionEnvironment from this factory.- Returns:
- A StreamExecutionEnvironment.
-
-