@PublicEvolving public interface SqlGatewayEndpointFactory extends 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.
|
factoryIdentifier, optionalOptions, requiredOptions
SqlGatewayEndpoint createSqlGatewayEndpoint(SqlGatewayEndpointFactory.Context context)
The endpoint options have been projected to top-level options (e.g. from endpoint.port
to port
).
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.