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 Details

    • supportedListenerType

      ListenerType supportedListenerType()
    • createConnector

      T createConnector(DeploymentContext deploymentContext, String configuration)
      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.