toggle menu
service-core
JVM
switch theme
search in API
service-core
/
com.serious.service.administration
/
ComponentIntrospectionService
/
listServices
list
Services
@
GetMapping
(
value
=
[
"component-services/{component}"
]
)
@
ResponseBody
abstract
fun
listServices
(
@
PathVariable
component
:
String
)
:
Collection
<
InterfaceDescriptor
>