Service

class Service : Record

Service details.

Parameters

name

the application name

version

the version of the application

environment

the name of the environment the application is running in

nodeName

the name of the node the application is running on

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String