SpringJdbcKueryClientBuilder
Builder for a KueryBlockingClient backed by Spring Data JDBC.
Obtain an instance via SpringJdbcKueryClient.builder. dataSource is required; everything else is optional.
Functions
Builds the KueryBlockingClient.
Sets custom converters used for both binding parameters and mapping rows, typically Spring Converters annotated with @WritingConverter / @ReadingConverter.
Sets the DataSource to execute SQL against. Required.
Sets whether to automatically generate a sqlId for metrics when sql { ... } is called without an explicit sqlId. When observationRegistry is specified, the default is true; otherwise, the default is false.
Sets the KueryClientFetchObservationConvention used to customize the observation name and tags. When not set, KueryClientFetchObservationConvention.default is used.
Sets the ObservationRegistry, enabling Micrometer Observation instrumentation (metrics/tracing) for each fetch.