Document precedence order is multiple context propagators are used (#1698)
* Document precedence order is multiple context propagators are used Signed-off-by: Sergei Malafeev <sergei@malafeev.org> * implement review comments Signed-off-by: Sergei Malafeev <sergei@malafeev.org>
This commit is contained in:
parent
def5a23ca0
commit
3670a69722
|
|
@ -48,6 +48,9 @@ public final class DefaultContextPropagators implements ContextPropagators {
|
|||
* {@link Builder} is used to construct a new {@code ContextPropagators} object with the specified
|
||||
* propagators.
|
||||
*
|
||||
* <p>Invocation order of {@code TextMapPropagator#inject()} and {@code
|
||||
* TextMapPropagator#extract()} for registered trace propagators is undefined.
|
||||
*
|
||||
* <p>This is a example of a {@code ContextPropagators} object being created:
|
||||
*
|
||||
* <pre>{@code
|
||||
|
|
|
|||
Loading…
Reference in New Issue