Uses of Interface
io.helidon.webserver.context.propagation.PropagationRecord
-
Packages that use PropagationRecord Package Description io.helidon.webserver.context.propagation Propagation of context data across HTTP for HelidonWebServer
. -
-
Uses of PropagationRecord in io.helidon.webserver.context.propagation
Methods in io.helidon.webserver.context.propagation that return PropagationRecord Modifier and Type Method Description PropagationRecord
PropagationRecord.Builder. build()
Methods in io.helidon.webserver.context.propagation with parameters of type PropagationRecord Modifier and Type Method Description ContextPropagationFilter.Builder
ContextPropagationFilter.Builder. addRecord(PropagationRecord record)
Add a configuration records.
-