Uses of Class
org.springframework.data.redis.connection.stream.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
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionstatic StreamInfo.XInfoStream
Factory method to create a new instance ofStreamInfo.XInfoStream
. -
Uses of StreamInfo.XInfoStream in org.springframework.data.redis.core
Modifier and TypeMethodDescriptionObtain general information about the stream stored at the specified key.Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<StreamInfo.XInfoStream>
Obtain general information about the stream stored at the specified key.
RedisCommandsProvider.streamCommands()
}.