java.lang.Object
io.camunda.zeebe.engine.processing.streamprocessor.sideeffect.SideEffectQueue
All Implemented Interfaces:
SideEffects, SideEffectProducer

public final class SideEffectQueue extends Object implements SideEffectProducer, SideEffects
  • Constructor Details

    • SideEffectQueue

      public SideEffectQueue()
  • Method Details

    • clear

      public void clear()
    • flush

      public boolean flush()
      Specified by:
      flush in interface SideEffectProducer
    • add

      public void add(SideEffectProducer sideEffectProducer)
      Description copied from interface: SideEffects
      Chain the given side effect. It will be executed/flushed at the end of the processing.
      Specified by:
      add in interface SideEffects