public interface OpHandler
| Modifier and Type | Field and Description |
|---|---|
static String |
CACHE_NAME |
static String |
ERROR |
static String |
KEY |
static String |
MIME |
static String |
OP_CODE |
static String |
VALUE |
| Modifier and Type | Method and Description |
|---|---|
void |
handleOp(JsonObject opPayload,
Cache<Object,Object> cache,
io.netty.channel.ChannelHandlerContext ctx)
Handle a websocket channel operation.
|
static final String OP_CODE
static final String CACHE_NAME
static final String KEY
static final String VALUE
static final String MIME
static final String ERROR
void handleOp(JsonObject opPayload, Cache<Object,Object> cache, io.netty.channel.ChannelHandlerContext ctx)
opPayload - Operation payload.cache - The target cache.ctx - The Netty websocket channel handler.Copyright © 2025 JBoss, a division of Red Hat. All rights reserved.