Interface SideEffects

  • 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 Detail

      • add

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