Module io.helidon.dbclient.tracing
Package io.helidon.dbclient.tracing
Class DbClientTracingProvider
java.lang.Object
io.helidon.dbclient.tracing.DbClientTracingProvider
- All Implemented Interfaces:
DbClientServiceProvider
Provider of tracing interceptors.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe configuration key expected in config.Create a new interceptor instance with the configuration provided.
-
Constructor Details
-
DbClientTracingProvider
public DbClientTracingProvider()
-
-
Method Details
-
configKey
Description copied from interface:DbClientServiceProvider
The configuration key expected in config. If the key exists, the builder looks intoglobal
,named
, andtyped
sub keys to configure appropriate instances. MethodDbClientServiceProvider.create(Config)
is called for each configuration as follows:global
: the configuration key is used to get a new instance- {code named}: for each configuration node with a list of nodes, a new instance is requested
- {code typed}: for each configuration node with a list of types, a new instance is requested
- Specified by:
configKey
in interfaceDbClientServiceProvider
- Returns:
- name of the configuration key (such as "tracing")
-
create
Description copied from interface:DbClientServiceProvider
Create a new interceptor instance with the configuration provided.- Specified by:
create
in interfaceDbClientServiceProvider
- Parameters:
config
- configuration node with additional properties that are (maybe) configured for this interceptor- Returns:
- an interceptor to handle DB statements
-