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.

浙公网安备 33010602011771号