getId abstract method

String getId(
  1. String deviceId
)

Retrieves the connection pool ID of the specified device.

deviceId - The identifier of the target device.

Returns a String containing the connection pool ID.

Implementation

String getId(String deviceId);