All Known Implementing Classes:
ResultBuilderBackedSideEffectWriter

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

    Modifier and Type
    Method
    Description
    void
    Chain the given side effect.
  • Method Details

    • appendSideEffect

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