Uses of Class
io.quarkus.smallrye.opentracing.runtime.TracingConfig.OperationNameProvider
-
-
Uses of TracingConfig.OperationNameProvider in io.quarkus.smallrye.opentracing.runtime
Fields in io.quarkus.smallrye.opentracing.runtime with type parameters of type TracingConfig.OperationNameProvider Modifier and Type Field Description Optional<TracingConfig.OperationNameProvider>TracingConfig. operationNameProviderMethods in io.quarkus.smallrye.opentracing.runtime that return TracingConfig.OperationNameProvider Modifier and Type Method Description static TracingConfig.OperationNameProviderTracingConfig.OperationNameProvider. valueOf(String name)Returns the enum constant of this type with the specified name.static TracingConfig.OperationNameProvider[]TracingConfig.OperationNameProvider. values()Returns an array containing the constants of this enum type, in the order they are declared.
-