Class DelayedErrorNotifier

java.lang.Object
io.deephaven.engine.table.impl.util.DelayedErrorNotifier
All Implemented Interfaces:
Runnable

public final class DelayedErrorNotifier extends Object implements Runnable
Re-usable tool for scheduling delayed error notifications to be enqueued on the next update graph cycle. This is used when an error is detected, but delivering the error would violate single-notification guarantees.
  • Constructor Details

  • Method Details

    • run

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