java.lang.Object
org.infinispan.server.resp.RespCommand
org.infinispan.server.resp.commands.tx.UNWATCH
All Implemented Interfaces:
Resp3Command

public class UNWATCH extends RespCommand implements Resp3Command
UNWATCH

Removes all the registered watchers in the current ChannelHandlerContext.

Since:
15.0
Author:
José Bolina
See Also: