Interface EntrypointAsyncConnectorFactory<T extends EntrypointAsyncConnector>

All Superinterfaces:
ConnectorFactory<HttpEntrypointAsyncConnector>, EntrypointConnectorFactory<HttpEntrypointAsyncConnector>, HttpEntrypointAsyncConnectorFactory<T>

@Deprecated(forRemoval=true) public interface EntrypointAsyncConnectorFactory<T extends EntrypointAsyncConnector> extends HttpEntrypointAsyncConnectorFactory<T>
Deprecated, for removal: This API element is subject to removal in a future version.
Specialized factory for EntrypointAsyncConnector
  • Method Summary

    Modifier and Type
    Method
    Description
    createConnector(DeploymentContext deploymentContext, Qos qos, String configuration)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Allow creating new connector from the given string configuration and QoS (Quality Of Service).
    default T
    createConnector(DeploymentContext deploymentContext, String configuration)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Allow creating new entrypoint connector from the given string configuration.
    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.entrypoint.EntrypointConnectorFactory

    supportedListenerType