Class StreamInfo.Entry<K,V>

java.lang.Object
org.redisson.api.StreamInfo.Entry<K,V>
Enclosing class:
StreamInfo<K,V>

public static class StreamInfo.Entry<K,V> extends Object
  • Constructor Details

  • Method Details

    • getId

      public StreamMessageId getId()
      Returns StreamMessageId of this stream entry.
      Returns:
      StreamMessageId object
    • getData

      public Map<K,V> getData()
      Returns data stored in this stream entry
      Returns:
      Map object