Interface EntrypointSyncConnectorFactory
- All Superinterfaces:
ConnectorFactory<EntrypointSyncConnector>,EntrypointConnectorFactory<EntrypointSyncConnector>
@Deprecated(forRemoval=true)
public interface EntrypointSyncConnectorFactory
extends EntrypointConnectorFactory<EntrypointSyncConnector>
Deprecated, for removal: This API element is subject to removal in a future version.
Specialized factory for
EntrypointSyncConnector-
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.entrypoint.EntrypointConnectorFactory
createConnector, supportedListenerType
-
Method Details
-
supportedModes
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
supportedModesin interfaceConnectorFactory<EntrypointSyncConnector>- Returns:
ConnectorModesupported by this connector.
-
supportedApi
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
supportedApiin interfaceConnectorFactory<EntrypointSyncConnector>- Returns:
ApiTypesupported by this connector.
-
HttpEntrypointSyncConnectorFactory