toggle menu
service-core
JVM
switch theme
search in API
service-core
/
com.serious.service
/
ComponentAdministration
Component
Administration
interface
ComponentAdministration
Members
Functions
get
Nodes
Link copied to clipboard
abstract
fun
getNodes
(
)
:
List
<
String
>
get
Service
Instances
Link copied to clipboard
abstract
fun
getServiceInstances
(
serviceName
:
String
)
:
List
<
ServiceInstance
>
get
Services
Link copied to clipboard
abstract
fun
getServices
(
)
:
List
<
String
>
service
Health
Link copied to clipboard
abstract
fun
serviceHealth
(
serviceName
:
String
,
serviceId
:
String
)
:
String
service
Healths
Link copied to clipboard
abstract
fun
serviceHealths
(
serviceName
:
String
)
:
Map
<
String
,
String
>