Uses of Class
org.springframework.data.redis.connection.stream.StreamInfo.XInfoStream
Packages that use StreamInfo.XInfoStream
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.XInfoStream in org.springframework.data.redis.connection
Methods in org.springframework.data.redis.connection that return StreamInfo.XInfoStreamModifier and TypeMethodDescriptiondefault StreamInfo.XInfoStream
DefaultedRedisConnection.xInfo
(byte[] key) Deprecated.DefaultStringRedisConnection.xInfo
(byte[] key) RedisStreamCommands.xInfo
(byte[] key) Obtain general information about the stream stored at the specified key.Obtain general information about the stream stored at the specified key.Methods in org.springframework.data.redis.connection that return types with arguments of type StreamInfo.XInfoStreamModifier and TypeMethodDescriptiondefault reactor.core.publisher.Mono<StreamInfo.XInfoStream>
ReactiveStreamCommands.xInfo
(ByteBuffer key) Obtain general information about the stream stored at the specified key.reactor.core.publisher.Flux<ReactiveRedisConnection.CommandResponse<ReactiveStreamCommands.XInfoCommand,
StreamInfo.XInfoStream>> ReactiveStreamCommands.xInfo
(org.reactivestreams.Publisher<ReactiveStreamCommands.XInfoCommand> commands) Obtain general information about the stream stored at the specified key. -
Uses of StreamInfo.XInfoStream in org.springframework.data.redis.connection.stream
Methods in org.springframework.data.redis.connection.stream that return StreamInfo.XInfoStreamModifier and TypeMethodDescriptionstatic StreamInfo.XInfoStream
Factory method to create a new instance ofStreamInfo.XInfoStream
. -
Uses of StreamInfo.XInfoStream in org.springframework.data.redis.core
Methods in org.springframework.data.redis.core that return StreamInfo.XInfoStreamModifier and TypeMethodDescriptionObtain general information about the stream stored at the specified key.Methods in org.springframework.data.redis.core that return types with arguments of type StreamInfo.XInfoStreamModifier and TypeMethodDescriptionreactor.core.publisher.Mono<StreamInfo.XInfoStream>
Obtain general information about the stream stored at the specified key.
RedisCommandsProvider.streamCommands()
}.