Class BatchGraph

java.lang.Object
org.jsignal.rx.BatchGraph
All Implemented Interfaces:
Batch

public class BatchGraph extends Object implements Batch
Graph analyzing batch implementation that searches the dependency graph and executes effects in topological order
  • Constructor Details

    • BatchGraph

      public BatchGraph()
  • Method Details

    • add

      public void add(EffectRef ref)
      Specified by:
      add in interface Batch
    • commit

      public void commit()
      Specified by:
      commit in interface Batch