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 Type
    Method
    Description
    default ApiType
    Deprecated, 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 of ConnectorMode supported by this connector.

    Methods inherited from interface io.gravitee.gateway.reactive.api.connector.ConnectorFactory

    supportedModes

    Methods inherited from interface io.gravitee.gateway.reactive.api.connector.endpoint.EndpointConnectorFactory

    createConnector
  • Method Details

    • supportedApi

      default ApiType supportedApi()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      supportedApi in interface ConnectorFactory<T extends EndpointAsyncConnector>
      Returns:
      ApiType supported by this connector.
    • supportedQos

      Set<Qos> supportedQos()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns a set of ConnectorMode supported by this connector. It will be used to resolve the proper connector.
      Returns:
      set of ConnectorMode supported by this connector.