Class LettuceAsyncCommandInstrumentation.SaveContextAdvice
java.lang.Object
io.opentelemetry.javaagent.instrumentation.lettuce.v4_0.LettuceAsyncCommandInstrumentation.SaveContextAdvice
- Enclosing class:
- LettuceAsyncCommandInstrumentation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidsaveContext(com.lambdaworks.redis.protocol.AsyncCommand<?, ?, ?> asyncCommand)
-
Constructor Details
-
SaveContextAdvice
public SaveContextAdvice()
-
-
Method Details
-
saveContext
@OnMethodExit(suppress=java.lang.Throwable.class) public static void saveContext(@This com.lambdaworks.redis.protocol.AsyncCommand<?, ?, ?> asyncCommand)
-