Interface SqlGatewayEndpointFactory

All Superinterfaces:
org.apache.flink.table.factories.Factory

@PublicEvolving public interface SqlGatewayEndpointFactory extends org.apache.flink.table.factories.Factory
A factory for creating Endpoint from Configuration. This factory is used with Java's Service Provider Interfaces (SPI) for discovery.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Provides information describing the endpoint to be accessed.
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates an endpoint from the given context and endpoint options.

    Methods inherited from interface org.apache.flink.table.factories.Factory

    factoryIdentifier, optionalOptions, requiredOptions
  • Method Details

    • createSqlGatewayEndpoint

      SqlGatewayEndpoint createSqlGatewayEndpoint(SqlGatewayEndpointFactory.Context context)
      Creates an endpoint from the given context and endpoint options.

      The endpoint options have been projected to top-level options (e.g. from endpoint.port to port).