Interface HttpEndpointAsyncConnectorFactory<T extends HttpEndpointAsyncConnector>
- All Superinterfaces:
BaseEndpointConnectorFactory<T>,ConnectorFactory<T>,HttpEndpointConnectorFactory<T>
public interface HttpEndpointAsyncConnectorFactory<T extends HttpEndpointAsyncConnector>
extends HttpEndpointConnectorFactory<T>
Specialized factory for
HttpEndpointAsyncConnector-
Method Summary
Modifier and TypeMethodDescriptiondefault ApiTypeReturns a set ofConnectorModesupported by this connector.Methods inherited from interface io.gravitee.gateway.reactive.api.connector.endpoint.BaseEndpointConnectorFactory
createConnectorMethods inherited from interface io.gravitee.gateway.reactive.api.connector.ConnectorFactory
supportedModes
-
Method Details
-
supportedApi
- Specified by:
supportedApiin interfaceConnectorFactory<T extends HttpEndpointAsyncConnector>- Returns:
ApiTypesupported by this connector.
-
supportedQos
Returns a set ofConnectorModesupported by this connector. It will be used to resolve the proper connector.- Returns:
- set of
ConnectorModesupported by this connector.
-