Interface SequenceSender<E>

    • Method Detail

      • sendElement

        void sendElement​(E o)
                  throws Exception
        Sends the given element.
        Parameters:
        o - a re-ordered element.
        Throws:
        Exception - if delivery fails.