Interface R2dbcConnectionDetails

All Superinterfaces:
org.springframework.boot.autoconfigure.service.connection.ConnectionDetails

public interface R2dbcConnectionDetails extends org.springframework.boot.autoconfigure.service.connection.ConnectionDetails
Details required to establish a connection to an SQL service using R2DBC.
Since:
4.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    io.r2dbc.spi.ConnectionFactoryOptions
    Connection factory options for connecting to the database.
  • Method Details

    • getConnectionFactoryOptions

      io.r2dbc.spi.ConnectionFactoryOptions getConnectionFactoryOptions()
      Connection factory options for connecting to the database.
      Returns:
      the connection factory options