Package io.helidon.webclient.context.propagation
Propagation of context values across network using HTTP Headers.
 
 The propagation requires context values of type String with a classifier
 (see Context.register(java.lang.Object, java.lang.Object) and
 Context.get(java.lang.Object, java.lang.Class)).
 
Propagation can be configure to use the classifier as the header value, or map classifier to a header.
- 
Interface Summary Interface Description PropagationRecord Propagation record mapping classifier to header, may be aStringtype, or and array of strings. - 
Class Summary Class Description PropagationRecord.Builder Fluent API builder forPropagationRecord.WebClientContextPropagation Client service for context propagation.WebClientContextPropagation.Builder Fluent API builder forWebClientContextPropagation.WebClientContextPropagationProvider Client Context Propagation service provider implementation.