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
Classes in org.springframework.data.redis.connection.stream that implement interfaces with type arguments of type PendingMessageModifier and TypeClassDescriptionclassValue object holding detailed information about pending messages in consumer group for a givenRangeand offset.Methods in org.springframework.data.redis.connection.stream that return PendingMessageModifier and TypeMethodDescriptionPendingMessages.get(int index) Get thePendingMessageat 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, Range<?> range, List<PendingMessage> pendingMessages)