Uses of Class
org.springframework.cloud.sleuth.instrument.jdbc.TraceType
-
Packages that use TraceType Package Description org.springframework.cloud.sleuth.instrument.jdbc -
-
Uses of TraceType in org.springframework.cloud.sleuth.instrument.jdbc
Methods in org.springframework.cloud.sleuth.instrument.jdbc that return TraceType Modifier and Type Method Description static TraceTypeTraceType. valueOf(String name)Returns the enum constant of this type with the specified name.static TraceType[]TraceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructor parameters in org.springframework.cloud.sleuth.instrument.jdbc with type arguments of type TraceType Constructor Description TraceJdbcEventListener(org.springframework.beans.factory.BeanFactory beanFactory, DataSourceNameResolver dataSourceNameResolver, List<TraceType> traceTypes, boolean includeParameterValues, List<TraceListenerStrategySpanCustomizer<? super CommonDataSource>> customizers)TraceJdbcEventListener(Tracer tracer, DataSourceNameResolver dataSourceNameResolver, List<TraceType> traceTypes, boolean includeParameterValues, List<TraceListenerStrategySpanCustomizer<? super CommonDataSource>> customizers)TraceQueryExecutionListener(org.springframework.beans.factory.BeanFactory beanFactory, List<TraceType> traceTypes, List<TraceListenerStrategySpanCustomizer<? super CommonDataSource>> customizers)
-