Uses of Interface
zipkin2.codec.BytesDecoder
-
Packages that use BytesDecoder Package Description zipkin2 zipkin2.codec -
-
Uses of BytesDecoder in zipkin2
Methods in zipkin2 that return BytesDecoder Modifier and Type Method Description static BytesDecoder<Span>SpanBytesDecoderDetector. decoderForListMessage(byte[] spans)ThrowsIllegalArgumentExceptionif the input isn't a json, proto3 or thrift list message.static BytesDecoder<Span>SpanBytesDecoderDetector. decoderForListMessage(ByteBuffer spans)static BytesDecoder<Span>SpanBytesDecoderDetector. decoderForMessage(byte[] span)ThrowsIllegalArgumentExceptionif the input isn't a v1 json or thrift single-span message -
Uses of BytesDecoder in zipkin2.codec
Classes in zipkin2.codec that implement BytesDecoder Modifier and Type Class Description classDependencyLinkBytesDecoderclassSpanBytesDecoderThis is separate fromSpanBytesEncoder, as it isn't needed for instrumentation
-