Uses of Class
org.springframework.data.redis.connection.ReactiveListCommands.BPopCommand
Packages that use ReactiveListCommands.BPopCommand
Package
Description
Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries.
-
Uses of ReactiveListCommands.BPopCommand in org.springframework.data.redis.connection
Methods in org.springframework.data.redis.connection that return ReactiveListCommands.BPopCommandModifier and TypeMethodDescriptionReactiveListCommands.BPopCommand.blockingFor(Duration timeout) Applies atimeout.ReactiveListCommands.BPopCommand.from(List<ByteBuffer> keys) Applies the value.ReactiveListCommands.BPopCommand.left()Creates a newReactiveListCommands.BPopCommandfor right push (BLPOP).ReactiveListCommands.BPopCommand.right()Creates a newReactiveListCommands.BPopCommandfor right push (BRPOP).Method parameters in org.springframework.data.redis.connection with type arguments of type ReactiveListCommands.BPopCommandModifier and TypeMethodDescriptionReactiveListCommands.bPop(Publisher<ReactiveListCommands.BPopCommand> commands) Removes and returns the topgetDirection()element from lists stored atgetKeys().
Blocks connection until element available orgetTimeout()reached.Constructors in org.springframework.data.redis.connection with parameters of type ReactiveListCommands.BPopCommandModifierConstructorDescription