Searched refs:getBinaryFormat (Results 1 – 6 of 6) sorted by relevance
39 public abstract BinaryFormat getBinaryFormat(); in getBinaryFormat() method in PropagationComponent75 public BinaryFormat getBinaryFormat() { in getBinaryFormat() method in PropagationComponent.NoopPropagationComponent
42 Tracing.getPropagationComponent().getBinaryFormat()); in getClientInterceptor()53 Tracing.getPropagationComponent().getBinaryFormat()); in getServerStreamTracerFactory()
30 public BinaryFormat getBinaryFormat() { in getBinaryFormat() method in PropagationComponentImpl
116 spanToDecodeBinary = propagation.getBinaryFormat().toByteArray(spanToEncode.getContext()); in setup()236 return data.propagation.getBinaryFormat().toByteArray(data.spanToEncode.getContext()); in encodeSpanBinary()244 return data.propagation.getBinaryFormat().fromByteArray(data.spanToDecodeBinary); in decodeSpanBinary()
33 assertThat(propagationComponent.getBinaryFormat()) in implementationOfBinaryFormat()
33 assertThat(propagationComponent.getBinaryFormat()).isInstanceOf(BinaryFormatImpl.class); in implementationOfBinary()