Record Class OpenTracingPropagationContext
java.lang.Object
java.lang.Record
io.micronaut.tracing.opentracing.OpenTracingPropagationContext
- Record Components:
tracer- The tracerspan- The span
- All Implemented Interfaces:
io.micronaut.core.propagation.PropagatedContextElement, io.micronaut.core.propagation.ThreadPropagatedContextElement<io.opentracing.Scope>
@Internal
public record OpenTracingPropagationContext(io.opentracing.Tracer tracer, io.opentracing.Span span)
extends Record
implements io.micronaut.core.propagation.ThreadPropagatedContextElement<io.opentracing.Scope>
The open tracing propagated context.
- Author:
- Denis Stepanov
-
Constructor Summary
ConstructorsConstructorDescriptionOpenTracingPropagationContext(io.opentracing.Tracer tracer, io.opentracing.Span span) Creates an instance of aOpenTracingPropagationContextrecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.voidrestoreThreadContext(io.opentracing.Scope oldScope) io.opentracing.Spanspan()Returns the value of thespanrecord component.final StringtoString()Returns a string representation of this record class.io.opentracing.Tracertracer()Returns the value of thetracerrecord component.io.opentracing.Scope
-
Constructor Details
-
OpenTracingPropagationContext
-
-
Method Details
-
updateThreadContext
public io.opentracing.Scope updateThreadContext()- Specified by:
updateThreadContextin interfaceio.micronaut.core.propagation.ThreadPropagatedContextElement<io.opentracing.Scope>
-
restoreThreadContext
public void restoreThreadContext(io.opentracing.Scope oldScope) - Specified by:
restoreThreadContextin interfaceio.micronaut.core.propagation.ThreadPropagatedContextElement<io.opentracing.Scope>
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
tracer
-
span
-