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)static BytesDecoder<Span>SpanBytesDecoderDetector. decoderForListMessage(java.nio.ByteBuffer spans)static BytesDecoder<Span>SpanBytesDecoderDetector. decoderForMessage(byte[] span) -
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
-