Uses of Class
io.helidon.webclient.context.propagation.PropagationRecord.Builder
-
Packages that use PropagationRecord.Builder Package Description io.helidon.webclient.context.propagation Propagation of context values across network using HTTP Headers. -
-
Uses of PropagationRecord.Builder in io.helidon.webclient.context.propagation
Methods in io.helidon.webclient.context.propagation that return PropagationRecord.Builder Modifier and Type Method Description static PropagationRecord.Builder
PropagationRecord. builder()
Create a new fluent API builder to customize configuration.
-