Interface ConnectorUpdateChain

All Known Implementing Classes:
AbstractConnectorUpdateChain, AvailableSourceUpdate, CompiledFilenameUpdater, MonitorTaskSourceDepUpdate, PreSourceDepUpdate, SourceConnectorUpdateChain

public interface ConnectorUpdateChain
Update chain interface used to update connector data at the POST processing
  • Method Details

    • setNextUpdateChain

      void setNextUpdateChain(ConnectorUpdateChain nextChain)
      Sets the next update chain in the sequence.
      Parameters:
      nextChain - The next update chain in the sequence.
    • update

      void update(Connector connector)
      Updates the given Connector object using the defined logic.
      Parameters:
      connector - The connector to be updated.