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

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