public interface ConnectionIdManager
Connection ID manager interface.| Modifier and Type | Method and Description |
|---|---|
static ConnectionIdManager |
create()
Create a default
ConnectionIdManager. |
String |
getId(io.r2dbc.spi.Connection connection)
Get ID for the input
Connection. |
static ConnectionIdManager create()
ConnectionIdManager.String getId(io.r2dbc.spi.Connection connection)
Connection.connection - connectionIllegalArgumentException - if connection is nullCopyright © 2025. All rights reserved.