@PublicEvolving
public interface SqlGatewayEndpointFactory
extends org.apache.flink.table.factories.Factory
| 限定符和类型 | 接口和说明 |
|---|---|
static interface |
SqlGatewayEndpointFactory.Context
Provides information describing the endpoint to be accessed.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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–2022 The Apache Software Foundation. All rights reserved.