Uses of Interface
io.helidon.dbclient.spi.DbInterceptorProvider
-
Packages that use DbInterceptorProvider Package Description io.helidon.dbclient Reactive Database API for Helidon.io.helidon.dbclient.metrics Metrics support for Helidon DB Client.io.helidon.dbclient.tracing Tracing support for Helidon DB. -
-
Uses of DbInterceptorProvider in io.helidon.dbclient
Methods in io.helidon.dbclient with parameters of type DbInterceptorProvider Modifier and Type Method Description DbClient.BuilderDbClient.Builder. addInterceptorProvider(DbInterceptorProvider provider)Add an interceptor provider. -
Uses of DbInterceptorProvider in io.helidon.dbclient.metrics
Classes in io.helidon.dbclient.metrics that implement DbInterceptorProvider Modifier and Type Class Description classDbMetricsProviderService for DB metrics. -
Uses of DbInterceptorProvider in io.helidon.dbclient.tracing
Classes in io.helidon.dbclient.tracing that implement DbInterceptorProvider Modifier and Type Class Description classDbClientTracingProviderProvider of tracing interceptors.
-