Interface ReplyEffect<State>

    • Method Detail

      • thenUnstashAll

        ReplyEffect<State> thenUnstashAll()
        Unstash the commands that were stashed with EffectFactories.stash.

        It's allowed to stash messages while unstashing. Those newly added commands will not be processed by this unstashAll effect and have to be unstashed by another unstashAll.