@Internal public class PushInvalidateConsumer extends java.lang.Object implements PushConsumer
PushConsumer that drops RESP3 invalidate push messages after evicting the
referenced Redis keys from the supplied Cache.
Internal API: exposed only so tests and benchmarks outside this package can construct it directly. Not part of the public surface and subject to change.
| Constructor and Description |
|---|
PushInvalidateConsumer(Cache cache) |
| Modifier and Type | Method and Description |
|---|---|
PushConsumerContext |
handle(PushConsumerContext context)
Process a push message.
|
public PushInvalidateConsumer(Cache cache)
public PushConsumerContext handle(PushConsumerContext context)
PushConsumerPushConsumerContext.propagate()PushConsumerContext.drop()handle in interface PushConsumercontext - The context of the push messagePushConsumerChain,
PushConsumerContextCopyright © 2026. All rights reserved.