The default behavior is to identify connectors uniquely with address and port. However, certain connectors are not using that and need some other identifier, which then can be used as a replacement. @return the id
()
| 215 | * @return the id |
| 216 | */ |
| 217 | default String getId() { |
| 218 | return null; |
| 219 | } |
| 220 |
no outgoing calls
no test coverage detected