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