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 ClassesModifier and TypeInterfaceDescriptionstatic interfaceProvides information describing the endpoint to be accessed. -
Method Summary
Modifier and TypeMethodDescriptionCreates 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
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).
-