All Known Implementing Classes:
SideEffectQueue

public interface SideEffects
A chain of side effects that are executed/flushed together at the end of the processing.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    add(SideEffectProducer sideEffect)
    Chain the given side effect.
  • Method Details

    • add

      void add(SideEffectProducer sideEffect)
      Chain the given side effect. It will be executed/flushed at the end of the processing.