Uses of Class
org.springframework.data.redis.connection.stream.StreamInfo.XInfoConsumers
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
Data structures and interfaces to interact with Redis Streams.
Core package for integrating Redis with Spring concepts.
-
Uses of StreamInfo.XInfoConsumers in org.springframework.data.redis.connection
Modifier and TypeMethodDescriptiondefault StreamInfo.XInfoConsumers
DefaultedRedisConnection.xInfoConsumers
(byte[] key, String groupName) Deprecated.DefaultStringRedisConnection.xInfoConsumers
(byte[] key, String groupName) DefaultStringRedisConnection.xInfoConsumers
(String key, String groupName) RedisStreamCommands.xInfoConsumers
(byte[] key, String groupName) Obtain information about every consumer in a specific consumer group for the stream stored at the specified key.StringRedisConnection.xInfoConsumers
(String key, String groupName) Obtain information about every consumer in a specific consumer group for the stream stored at the specified key. -
Uses of StreamInfo.XInfoConsumers in org.springframework.data.redis.connection.stream
-
Uses of StreamInfo.XInfoConsumers in org.springframework.data.redis.core
Modifier and TypeMethodDescriptionObtain information about every consumer in a specific consumer group for the stream stored at the specified key.
RedisCommandsProvider.streamCommands()
}.