Interface EndpointConnectorFactory<T extends EndpointConnector>

All Superinterfaces:
BaseEndpointConnectorFactory<T>, ConnectorFactory<T>, HttpEndpointConnectorFactory<T>
All Known Subinterfaces:
EndpointAsyncConnectorFactory<T>, EndpointSyncConnectorFactory<T>

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

    Modifier and Type
    Method
    Description
    default T
    createConnector(DeploymentContext deploymentContext, String configuration, String sharedConfiguration)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Allow creating new endpoint connector from the given strings configuration.

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

    supportedApi, supportedModes
  • Method Details