Interface SessionEnvironment.ModuleCreator

  • Enclosing class:
    SessionEnvironment

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

      • 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.