Uses of Class
org.springframework.data.redis.connection.stream.PendingMessage
Package
Description
Data structures and interfaces to interact with Redis Streams.
-
Uses of PendingMessage in org.springframework.data.redis.connection.stream
Modifier and TypeMethodDescriptionPendingMessages.get
(int index) Get thePendingMessage
at the given position.ModifierConstructorDescriptionPendingMessages
(String groupName, List<PendingMessage> pendingMessages) PendingMessages
(String groupName, org.springframework.data.domain.Range<?> range, List<PendingMessage> pendingMessages)