Interface MessageIterator

  • All Superinterfaces:
    java.util.Iterator<Message>
    All Known Implementing Classes:
    MessageBatch.BatchIterator

    public interface MessageIterator
    extends java.util.Iterator<Message>
    Since:
    4.2.0
    Author:
    Bela Ban
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void replace​(Message msg)
      Replaces the message at the current index with msg
      • Methods inherited from interface java.util.Iterator

        forEachRemaining, hasNext, next, remove
    • Method Detail

      • replace

        void replace​(Message msg)
        Replaces the message at the current index with msg