close method

void close()

Shut down the registry service.

After this, all Registry operations will time out.

Implementation

void close() {
  _commandPort.close();
}