Class BatchQueue

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

public class BatchQueue extends Object implements Batch
Naive batch implementation that runs effects in the order that they were added to the batch
  • Constructor Details

    • BatchQueue

      public BatchQueue()
  • Method Details

    • add

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

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