Interface SqlGatewayEndpointFactory
-
- All Superinterfaces:
org.apache.flink.table.factories.Factory
@PublicEvolving public interface SqlGatewayEndpointFactory extends org.apache.flink.table.factories.FactoryA 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 interfaceSqlGatewayEndpointFactory.ContextProvides information describing the endpoint to be accessed.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlGatewayEndpointcreateSqlGatewayEndpoint(SqlGatewayEndpointFactory.Context context)Creates an endpoint from the given context and endpoint options.
-
-
-
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.porttoport).
-
-