SpringR2dbcKueryClient

Entry point for creating a dev.hsbrysk.kuery.core.KueryClient backed by Spring Data R2DBC.

val client = SpringR2dbcKueryClient.builder()
.connectionFactory(connectionFactory)
.build()

Properties

Link copied to clipboard

The Reactor context key under which the sqlId of the currently executing query is stored.

Functions

Link copied to clipboard
fun sqlId(context: ContextView): String?

Retrieves the sqlId of the currently executing query from the given Reactor context.