Class AbstractConnectorUpdateChain

java.lang.Object
org.sentrysoftware.metricshub.engine.connector.update.AbstractConnectorUpdateChain
All Implemented Interfaces:
ConnectorUpdateChain
Direct Known Subclasses:
AvailableSourceUpdate, CompiledFilenameUpdater, SourceConnectorUpdateChain

public abstract class AbstractConnectorUpdateChain extends Object implements ConnectorUpdateChain
An abstract class implementing the ConnectorUpdateChain interface. It provides the structure for handling the update chain and ensures that the next chain in the sequence is called.
  • Constructor Details

    • AbstractConnectorUpdateChain

      public AbstractConnectorUpdateChain()
  • Method Details