Interface EndpointAsyncConnectorFactory<T extends EndpointAsyncConnector>
- All Superinterfaces:
BaseEndpointConnectorFactory<T>,ConnectorFactory<T>,EndpointConnectorFactory<T>,HttpEndpointConnectorFactory<T>
@Deprecated(forRemoval=true)
public interface EndpointAsyncConnectorFactory<T extends EndpointAsyncConnector>
extends EndpointConnectorFactory<T>
Deprecated, for removal: This API element is subject to removal in a future version.
Specialized factory for
EndpointAsyncConnector-
Method Summary
Modifier and TypeMethodDescriptiondefault ApiTypeDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Returns a set ofConnectorModesupported by this connector.Methods inherited from interface io.gravitee.gateway.reactive.api.connector.ConnectorFactory
supportedModesMethods inherited from interface io.gravitee.gateway.reactive.api.connector.endpoint.EndpointConnectorFactory
createConnector
-
Method Details
-
supportedApi
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
supportedApiin interfaceConnectorFactory<T extends EndpointAsyncConnector>- Returns:
ApiTypesupported by this connector.
-
supportedQos
Deprecated, for removal: This API element is subject to removal in a future version.Returns a set ofConnectorModesupported by this connector. It will be used to resolve the proper connector.- Returns:
- set of
ConnectorModesupported by this connector.
-
HttpEndpointAsyncConnectorFactory