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 TraceparentParses a traceparent from a string.static TraceparentTraceparent.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.