Interface SessionEnvironment.ModuleCreator

Enclosing class:
SessionEnvironment

@PublicEvolving public static interface SessionEnvironment.ModuleCreator
An interface used to create Module.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.flink.table.module.Module
    create(org.apache.flink.configuration.ReadableConfig configuration, ClassLoader classLoader)
     
  • Method Details

    • create

      org.apache.flink.table.module.Module create(org.apache.flink.configuration.ReadableConfig configuration, ClassLoader classLoader)
      Parameters:
      configuration - The read-only configuration with which the module is created.
      classLoader - The class loader with which the module is created.
      Returns:
      The created module object.