public static class StreamInfo.Entry<K,V> extends Object
Constructor and Description |
---|
Entry(StreamMessageId id,
Map<K,V> data) |
Modifier and Type | Method and Description |
---|---|
Map<K,V> |
getData()
Returns data stored in this stream entry
|
StreamMessageId |
getId()
Returns StreamMessageId of this stream entry.
|
public Entry(StreamMessageId id, Map<K,V> data)
public StreamMessageId getId()
Copyright © 2014–2020 Redisson. All rights reserved.