Uses of Class
org.springframework.data.redis.connection.stream.PendingMessage
Packages that use PendingMessage
Package
Description
Data structures and interfaces to interact with Redis Streams.
-
Uses of PendingMessage in org.springframework.data.redis.connection.stream
Methods in org.springframework.data.redis.connection.stream that return PendingMessageModifier and TypeMethodDescriptionPendingMessages.get
(int index) Get thePendingMessage
at the given position.Methods in org.springframework.data.redis.connection.stream that return types with arguments of type PendingMessageConstructor parameters in org.springframework.data.redis.connection.stream with type arguments of type PendingMessageModifierConstructorDescriptionPendingMessages
(String groupName, List<PendingMessage> pendingMessages) PendingMessages
(String groupName, org.springframework.data.domain.Range<?> range, List<PendingMessage> pendingMessages)