MapRecord<S,K,V>接口

Package org.springframework.data.redis.connection.stream

Interface MapRecord<S,K,V>

public interface MapRecord<S,K,V>
S是stream, <K,V> 是固定的
extends Record<S,Map<K,V>>, Iterable<Map.Entry<K,V>>

流中的记录由字段/值对的集合支持。
A Record within the stream backed by a collection of field/value pairs.

posted @ 2025-04-26 22:42  kuki'  阅读(15)  评论(0)    收藏  举报