Interface HistorianSettings


public interface HistorianSettings
Marker interface for Historian settings.

This interface serves as a marker for all historian settings classes. It is used to identify and categorize settings related to historians.

Implementing classes should provide specific historian settings and configurations.

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final HistorianSettings
    Empty implementation of HistorianSettings, indicating no settings are configured.
  • Field Details

    • EMPTY

      static final HistorianSettings EMPTY
      Empty implementation of HistorianSettings, indicating no settings are configured.