Interface EndpointSyncConnectorFactory<T extends EndpointSyncConnector>
- All Superinterfaces:
BaseEndpointConnectorFactory<T>,ConnectorFactory<T>,EndpointConnectorFactory<T>,HttpEndpointConnectorFactory<T>
@Deprecated(forRemoval=true)
public interface EndpointSyncConnectorFactory<T extends EndpointSyncConnector>
extends EndpointConnectorFactory<T>
Deprecated, for removal: This API element is subject to removal in a future version.
Specialized factory for
EndpointSyncConnector-
Method Summary
Modifier and TypeMethodDescriptiondefault ApiTypeDeprecated, for removal: This API element is subject to removal in a future version.default Set<ConnectorMode>Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from interface io.gravitee.gateway.reactive.api.connector.endpoint.EndpointConnectorFactory
createConnector
-
Method Details
-
supportedModes
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
supportedModesin interfaceConnectorFactory<T extends EndpointSyncConnector>- Returns:
ConnectorModesupported by this connector.
-
supportedApi
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
supportedApiin interfaceConnectorFactory<T extends EndpointSyncConnector>- Returns:
ApiTypesupported by this connector.
-
HttpEndpointSyncConnectorFactory