@Experimental public interface PushConsumerChain
The PushConsumerChain is used by the
Protocol.read(RedisInputStream, PushConsumerChain) method to process out of band push
messages while reading the regular command replies.
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PushConsumer> |
getConsumers()
Return a list of consumers in the chain.
|
PushMessage |
process(PushMessage message)
Process the push message
Returning
null means the message was consumed. |
PushMessage process(PushMessage message)
Returning null means the message was consumed.
message - message to processjava.util.List<PushConsumer> getConsumers()
Copyright © 2026. All rights reserved.