serviceName property

String serviceName
latefinal

The services identifier.

The value of this is determined by the config value "datahub.serviceName". The default value will be a uuid. It is recommended to always set a service name as some features of DataHub will depend on it.

Implementation

late final String serviceName;