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