@PublicEvolving
public interface SqlGatewayEndpointFactory
extends org.apache.flink.table.factories.Factory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SqlGatewayEndpointFactory.Context
Provides information describing the endpoint to be accessed.
|
| Modifier and Type | Method and Description |
|---|---|
SqlGatewayEndpoint |
createSqlGatewayEndpoint(SqlGatewayEndpointFactory.Context context)
Creates an endpoint from the given context and endpoint options.
|
SqlGatewayEndpoint createSqlGatewayEndpoint(SqlGatewayEndpointFactory.Context context)
The endpoint options have been projected to top-level options (e.g. from endpoint.port to port).
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.