Interface InMemorySpanContextFormat<C>

Type Parameters:
C - the carrier type.
All Superinterfaces:
io.opentracing.propagation.Format<C>, InMemorySpanContextExtractor<C>, InMemorySpanContextInjector<C>
All Known Implementing Classes:
B3KeyValueFormatter, SingleLineFormatter

public interface InMemorySpanContextFormat<C> extends io.opentracing.propagation.Format<C>, InMemorySpanContextInjector<C>, InMemorySpanContextExtractor<C>
A Format compatible with InMemorySpanContext.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface io.opentracing.propagation.Format

    io.opentracing.propagation.Format.Builtin<C extends Object>
  • Method Summary

    Methods inherited from interface io.servicetalk.opentracing.inmemory.api.InMemorySpanContextExtractor

    extract

    Methods inherited from interface io.servicetalk.opentracing.inmemory.api.InMemorySpanContextInjector

    inject