Class TagSettingAsyncListener<REQUEST,RESPONSE>
- java.lang.Object
-
- io.opentelemetry.instrumentation.servlet.TagSettingAsyncListener<REQUEST,RESPONSE>
-
- All Implemented Interfaces:
ServletAsyncListener<RESPONSE>
@Deprecated public class TagSettingAsyncListener<REQUEST,RESPONSE> extends Object implements ServletAsyncListener<RESPONSE>
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description TagSettingAsyncListener(ServletHttpServerTracer<REQUEST,RESPONSE> tracer, AtomicBoolean responseHandled, io.opentelemetry.context.Context context)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidonComplete(RESPONSE response)Deprecated.voidonError(Throwable throwable, RESPONSE response)Deprecated.voidonTimeout(long timeout)Deprecated.
-
-
-
Constructor Detail
-
TagSettingAsyncListener
public TagSettingAsyncListener(ServletHttpServerTracer<REQUEST,RESPONSE> tracer, AtomicBoolean responseHandled, io.opentelemetry.context.Context context)
Deprecated.
-
-
Method Detail
-
onComplete
public void onComplete(RESPONSE response)
Deprecated.- Specified by:
onCompletein interfaceServletAsyncListener<REQUEST>
-
onTimeout
public void onTimeout(long timeout)
Deprecated.- Specified by:
onTimeoutin interfaceServletAsyncListener<REQUEST>
-
onError
public void onError(Throwable throwable, RESPONSE response)
Deprecated.- Specified by:
onErrorin interfaceServletAsyncListener<REQUEST>
-
-