public final class OtelCommandArgsUtil
extends Object
-
Method Summary
Extract argument
List from
CommandArgs so that we wouldn't need to parse them
from command
String with
LettuceArgSplitter.splitArgs(java.lang.String).
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
getCommandArgs
public static List<String> getCommandArgs(io.lettuce.core.protocol.CommandArgs<?,?> commandArgs)
Extract argument
List from
CommandArgs so that we wouldn't need to parse them
from command
String with
LettuceArgSplitter.splitArgs(java.lang.String).