Class AbstractBlockingPop

java.lang.Object
org.infinispan.server.resp.RespCommand
org.infinispan.server.resp.commands.list.blocking.AbstractBlockingPop
All Implemented Interfaces:
Resp3Command
Direct Known Subclasses:
BLMPOP, BLPOP, BRPOP

public abstract class AbstractBlockingPop extends RespCommand implements Resp3Command
Derogating to the command documentation, when multiple client are blocked on a BLPOP, the order in which they will be served is unspecified.
Since:
15.0
See Also:
  • Constructor Details

    • AbstractBlockingPop

      public AbstractBlockingPop(int arity, int firstKeyPos, int lastKeyPos, int steps)
  • Method Details