Class DiagnosticFlushWatcher

java.lang.Object
io.higson.runtime.sync.BaseWatcher
io.higson.runtime.sync.DiagnosticFlushWatcher
All Implemented Interfaces:
Runnable

public class DiagnosticFlushWatcher extends BaseWatcher
Periodic watcher that delegates to DiagnosticFlushService once per cycle. Scheduling (delay, pause, error recovery) is handled by BaseWatcher; the actual drain/persist/retry behaviour lives in the service.
  • Constructor Details

  • Method Details

    • doWatch

      public void doWatch()