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

Package Hierarchies:

Class Hierarchy

Interface Hierarchy

  • java.lang.Iterable<T>
    • org.springframework.data.redis.connection.stream.MapRecord<S,K,V> (also extends org.springframework.data.redis.connection.stream.Record<S,V>)
  • org.springframework.data.redis.connection.stream.Record<S,V>
    • org.springframework.data.redis.connection.stream.MapRecord<S,K,V> (also extends java.lang.Iterable<T>)
    • org.springframework.data.redis.connection.stream.ObjectRecord<S,V>