Package com.seeq.link.sdk.interfaces
Interface NonConfigurableConnector
- All Superinterfaces:
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.
-
Method Summary
Methods inherited from interface com.seeq.link.sdk.interfaces.ConnectorV2
destroy, getName, initialize