existingConnections property

List<String> existingConnections
final

Existing connection IDs from this port.

These connections will be removed if the port doesn't allow multiple connections and a new connection is created.

Implementation

final List<String> existingConnections;