Class AbstractMessageListenerContainerInstrumentation.GetRecordInterceptorAdvice
java.lang.Object
io.opentelemetry.javaagent.instrumentation.spring.kafka.AbstractMessageListenerContainerInstrumentation.GetRecordInterceptorAdvice
- Enclosing class:
- AbstractMessageListenerContainerInstrumentation
public static class AbstractMessageListenerContainerInstrumentation.GetRecordInterceptorAdvice
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <K,V> void onExit(org.springframework.kafka.listener.RecordInterceptor<K, V> interceptor)
-
Constructor Details
-
GetRecordInterceptorAdvice
public GetRecordInterceptorAdvice()
-
-
Method Details
-
onExit
@OnMethodExit(suppress=java.lang.Throwable.class) public static <K,V> void onExit(@Return(readOnly=false) org.springframework.kafka.listener.RecordInterceptor<K, V> interceptor)
-