public abstract class PropagationComponent extends Object
BinaryFormat) and B3 Text format (see TextFormat) but more formats will be
added.| Constructor and Description |
|---|
PropagationComponent() |
| Modifier and Type | Method and Description |
|---|---|
abstract TextFormat |
getB3Format()
Returns the B3
TextFormat with the provided implementations. |
abstract BinaryFormat |
getBinaryFormat()
Returns the
BinaryFormat with the provided implementations. |
static PropagationComponent |
getNoopPropagationComponent()
Returns an instance that contains no-op implementations for all the instances.
|
public abstract BinaryFormat getBinaryFormat()
BinaryFormat with the provided implementations. If no implementation is
provided then no-op implementation will be used.BinaryFormat implementation.@ExperimentalApi public abstract TextFormat getB3Format()
TextFormat with the provided implementations. See b3-propagation for more information. If
no implementation is provided then no-op implementation will be used.TextFormat implementation for B3.public static PropagationComponent getNoopPropagationComponent()