Uses of Interface
io.helidon.webclient.context.propagation.PropagationRecord
-
Packages that use PropagationRecord Package Description io.helidon.webclient.context.propagation Propagation of context values across network using HTTP Headers. -
-
Uses of PropagationRecord in io.helidon.webclient.context.propagation
Methods in io.helidon.webclient.context.propagation that return PropagationRecord Modifier and Type Method Description PropagationRecord
PropagationRecord.Builder. build()
Methods in io.helidon.webclient.context.propagation with parameters of type PropagationRecord Modifier and Type Method Description WebClientContextPropagation.Builder
WebClientContextPropagation.Builder. addRecord(PropagationRecord record)
Add a propagation record to the list of records.
-