Uses of Class
org.projecthusky.communication.utils.Traceparent
Packages that use Traceparent
-
Uses of Traceparent in org.projecthusky.communication.utils
Methods in org.projecthusky.communication.utils that return TraceparentModifier and TypeMethodDescriptionstatic Traceparent
Parses a traceparent from a string.static Traceparent
Traceparent.random()
Generates a random traceparent, with version 0 and flags 0.Duplicates this instance with the given flags.Traceparent.withParentId
(String parentId) Duplicates this instance with the given parent id.Traceparent.withRandomParentId()
Duplicates this instance with a random parent id.Traceparent.withTraceId
(String traceId) Duplicates this instance with the given trace id.Traceparent.withVersion
(String version) Duplicates this instance with the given version.