Class OneShotUpdateCombiner

java.lang.Object
io.deephaven.engine.updategraph.OneShotUpdateCombiner
All Implemented Interfaces:
LogOutputAppendable, NotificationQueue.Dependency, UpdateSourceRegistrar, Runnable

public class OneShotUpdateCombiner extends Object implements Runnable, UpdateSourceRegistrar
Update source that combines multiple sources. Each registered source is invoked exactly once on the next run() and then automatically de-registered.