ApplicationIntrospectionService

@RequestMapping(value = ["application-administration/"])
interface ApplicationIntrospectionService : Service

Inheritors

Functions

Link copied to clipboard
@GetMapping(value = ["channels"])
@ResponseBody
abstract fun channels(): Map<String, ChannelDTO>