Interface EntrypointConnectorFactory<T extends BaseEntrypointConnector>
- All Superinterfaces:
ConnectorFactory<T>
- All Known Subinterfaces:
EntrypointAsyncConnectorFactory<T>,EntrypointSyncConnectorFactory,HttpEntrypointAsyncConnectorFactory<T>,HttpEntrypointSyncConnectorFactory
public interface EntrypointConnectorFactory<T extends BaseEntrypointConnector>
extends ConnectorFactory<T>
Specialized factory for
BaseEntrypointConnector-
Method Summary
Modifier and TypeMethodDescriptioncreateConnector(DeploymentContext deploymentContext, String configuration) Allow creating new entrypoint connector from the given string configuration.Methods inherited from interface io.gravitee.gateway.reactive.api.connector.ConnectorFactory
supportedApi, supportedModes
-
Method Details
-
supportedListenerType
ListenerType supportedListenerType() -
createConnector
Allow creating new entrypoint connector from the given string configuration.- Parameters:
deploymentContext- context containing useful deployment entities (api, services, ...).configuration- the configuration as json string.- Returns:
- new connector instance.
-