Uses of Record Class
dev.dokimos.server.service.OtlpTraceParser.ParsedSpan
Packages that use OtlpTraceParser.ParsedSpan
-
Uses of OtlpTraceParser.ParsedSpan in dev.dokimos.server.service
Methods in dev.dokimos.server.service that return types with arguments of type OtlpTraceParser.ParsedSpanModifier and TypeMethodDescriptionOtlpTraceParser.Result.spans()Returns the value of thespansrecord component.Constructor parameters in dev.dokimos.server.service with type arguments of type OtlpTraceParser.ParsedSpanModifierConstructorDescriptionResult(List<OtlpTraceParser.ParsedSpan> spans, int rejected) Creates an instance of aResultrecord class.