Class DelayedErrorNotifier
java.lang.Object
io.deephaven.engine.table.impl.util.DelayedErrorNotifier
- All Implemented Interfaces:
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 Summary
ConstructorDescriptionDelayedErrorNotifier
(@NotNull Throwable error, TableListener.Entry entry, @NotNull BaseTable<?> table) -
Method Summary
-
Constructor Details
-
DelayedErrorNotifier
public DelayedErrorNotifier(@NotNull @NotNull Throwable error, @Nullable TableListener.Entry entry, @NotNull @NotNull BaseTable<?> table)
-
-
Method Details