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 null
Copyright © 2024. All rights reserved.