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 Detail

      • createExecutionEnvironment

        StreamExecutionEnvironment createExecutionEnvironment​(Configuration configuration)
        Creates a StreamExecutionEnvironment from this factory.
        Returns:
        A StreamExecutionEnvironment.