Uses of Interface
com.moilioncircle.redis.replicator.client.RESP2Client.NodeConsumer
-
Packages that use RESP2Client.NodeConsumer Package Description com.moilioncircle.redis.replicator.client -
-
Uses of RESP2Client.NodeConsumer in com.moilioncircle.redis.replicator.client
Methods in com.moilioncircle.redis.replicator.client that return types with arguments of type RESP2Client.NodeConsumer Modifier and Type Method Description Queue<Tuple2<RESP2Client.NodeConsumer,byte[][]>>RESP2Client.Command. getCommands()Methods in com.moilioncircle.redis.replicator.client with parameters of type RESP2Client.NodeConsumer Modifier and Type Method Description RESP2Client.CommandRESP2Client.Command. post(RESP2Client.NodeConsumer handler, byte[]... command)RESP2Client.CommandRESP2Client.Command. post(RESP2Client.NodeConsumer handler, String... command)
-