Interface Messages<T>

  • Type Parameters:
    T -
    All Superinterfaces:
    java.lang.Iterable<Message<T>>

    @Public
    @Stable
    public interface Messages<T>
    extends java.lang.Iterable<Message<T>>
    A container that holds the list Message for a topic.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int size()
      Get number of messages.
      • Methods inherited from interface java.lang.Iterable

        forEach, iterator, spliterator
    • Method Detail

      • size

        int size()
        Get number of messages.