toggle menu
service-core
JVM
switch theme
search in API
service-core
/
com.serious.service.administration
/
ApplicationIntrospectionService
Application
Introspection
Service
@
ServiceInterface
@
RequestMapping
(
value
=
[
"application-administration/"
]
)
interface
ApplicationIntrospectionService
:
Service
Inheritors
ApplicationIntrospectionServiceImpl
Members
Functions
channels
Link copied to clipboard
@
GetMapping
(
value
=
[
"channels"
]
)
@
ResponseBody
abstract
fun
channels
(
)
:
Map
<
String
,
ChannelDTO
>