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

    Modifier and Type
    Method
    Description
    createExecutionEnvironment(org.apache.flink.configuration.Configuration configuration)
    Creates a StreamExecutionEnvironment from this factory.
  • Method Details

    • createExecutionEnvironment

      StreamExecutionEnvironment createExecutionEnvironment(org.apache.flink.configuration.Configuration configuration)
      Creates a StreamExecutionEnvironment from this factory.
      Returns:
      A StreamExecutionEnvironment.