Class SuggestionsUpdater

java.lang.Object
de.cxp.ocs.smartsuggest.updater.SuggestionsUpdater
All Implemented Interfaces:
Instrumentable, Runnable

public class SuggestionsUpdater extends Object implements Runnable, Instrumentable
  • Constructor Details

    • SuggestionsUpdater

      public SuggestionsUpdater()
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable
    • instrument

      public void instrument(Optional<MeterRegistryAdapter> metricsRegistryAdapter, Iterable<io.micrometer.core.instrument.Tag> tags)
      Description copied from interface: Instrumentable
      Optional meter registry (adapter that gives access to the actual meter-registry). If not available, no metrics should be measured.
      Specified by:
      instrument in interface Instrumentable
      Parameters:
      metricsRegistryAdapter - optional adapter
      tags - these "standard" tags should be used for all added sensors. More tags can be added.