Interface NonConfigurableConnector

All Superinterfaces:
ConnectorV2

public interface NonConfigurableConnector extends ConnectorV2
This interface is used as a marker to express that a connector is not configurable. For any connector not implementing this interface the SDK expects that saveConfig is called during initialize otherwise a warning is logged. Connectors having no configuration must implement this interface to suppress the warning.