Interface CallbackChain<T>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void doChain​(T context, java.lang.Object value)
      Method used to invoke the next operation in the chain.
    • Method Detail

      • doChain

        void doChain​(T context,
                     java.lang.Object value)
        Method used to invoke the next operation in the chain.
        Parameters:
        context - context
        value - value to be passed to the chain