port property

int port
final

The tcp socket port we use to implement a hard lock. A port can only be opened once so its the perfect way to create a lock that works across processes and isolates.

Implementation

final int port = 9003;