Interface ProcessorSignalsConsumer<T>

    • Method Detail

      • consumeItem

        void consumeItem​(@Nullable
                         T item)
        Consumes the passed item.
        Parameters:
        item - to consume. This will be null if a null was added to the holder.
      • consumeTerminal

        void consumeTerminal​(java.lang.Throwable cause)
        Consumes the Throwable that terminated the holder.
        Parameters:
        cause - of termination of the holder.
      • consumeTerminal

        void consumeTerminal()
        Consumes the termination of the holder.