Click or drag to resize

TraceContextImpl Methods

The TraceContextImpl type exposes the following members.

Methods
  NameDescription
Public methodClearEntity
Clear entity from trace context for cleanup.
Public methodGetEntity
Get entity (segment/subsegment) from the trace context.
Public methodHandleEntityMissing
If the entity is missing from the context, the behavior is defined using ContextMissingStrategy
Public methodIsEntityPresent
Checks whether enity is present in trace context.
Public methodSetEntity
Set the specified entity (segment/subsegment) into trace context.
Top
See Also