Interface ChainableStage<DATA>

    • Method Detail

      • setDefaultNext

        void setDefaultNext​(Stage<DATA> next)
        Set the default next stage that should be returned from this stage after it has been invoked by default.
        Parameters:
        next - the next default stage in the chain.