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 PathTracingConfigPathTracingConfig.Builder. build()static PathTracingConfigPathTracingConfig. 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.BuilderWebTracingConfig.Builder. addPathConfig(PathTracingConfig pathTracingConfig)Add a path specific configuration of tracing.
-