-
- All Implemented Interfaces:
-
com.datadog.trace.api.gateway.RequestContext,java.io.Closeable,java.lang.AutoCloseable
public class RequestContext.Noop implements RequestContext
-
-
Field Summary
Fields Modifier and Type Field Description public final static RequestContextINSTANCE
-
Method Summary
Modifier and Type Method Description <T> TgetData(RequestContextSlot slot)TraceSegmentgetTraceSegment()voidsetBlockResponseFunction(BlockResponseFunction blockResponseFunction)BlockResponseFunctiongetBlockResponseFunction()voidclose()-
-
Method Detail
-
getData
<T> T getData(RequestContextSlot slot)
-
getTraceSegment
TraceSegment getTraceSegment()
-
setBlockResponseFunction
void setBlockResponseFunction(BlockResponseFunction blockResponseFunction)
-
getBlockResponseFunction
BlockResponseFunction getBlockResponseFunction()
-
close
void close()
-
-
-
-