Uses of Class
org.springframework.data.redis.connection.stream.StreamInfo.XInfoConsumers
Packages that use 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
Methods in org.springframework.data.redis.connection that return StreamInfo.XInfoConsumersModifier and TypeMethodDescriptiondefault StreamInfo.XInfoConsumersDefaultedRedisConnection.xInfoConsumers(byte[] key, String groupName) Deprecated.DefaultStringRedisConnection.xInfoConsumers(byte[] key, String groupName) DefaultStringRedisConnection.xInfoConsumers(String key, String groupName) RedisStreamCommands.xInfoConsumers(byte @NonNull [] key, @NonNull String groupName) Obtain information about every consumer in a specific consumer group for the stream stored at the specified key.StringRedisConnection.xInfoConsumers(@NonNull String key, @NonNull 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
Methods in org.springframework.data.redis.connection.stream that return StreamInfo.XInfoConsumers -
Uses of StreamInfo.XInfoConsumers in org.springframework.data.redis.core
Methods in org.springframework.data.redis.core that return StreamInfo.XInfoConsumersModifier and TypeMethodDescriptionObtain information about every consumer in a specific consumer group for the stream stored at the specified key.
RedisCommandsProvider.streamCommands()}.