Uses of Interface
io.helidon.webserver.PathTracingConfig
-
Packages that use PathTracingConfig Package Description io.helidon.webserver Reactive web server API. -
-
Uses of PathTracingConfig in io.helidon.webserver
Methods in io.helidon.webserver that return PathTracingConfig Modifier and Type Method Description PathTracingConfig
PathTracingConfig.Builder. build()
static PathTracingConfig
PathTracingConfig. create(Config config)
Create a new traced path configuration fromConfig
.Methods in io.helidon.webserver with parameters of type PathTracingConfig Modifier and Type Method Description WebTracingConfig.Builder
WebTracingConfig.Builder. addPathConfig(PathTracingConfig pathTracingConfig)
Add a path specific configuration of tracing.
-