ChannelService

@Service
class ChannelService(repository: ChannelRepository, metaClient: MetaClient)(source)

Constructors

Link copied to clipboard
constructor(repository: ChannelRepository, metaClient: MetaClient)

Functions

Link copied to clipboard
@Transactional
fun connectChannel(tenantId: String, req: ConnectChannelRequest): ChannelResponse
Link copied to clipboard
@Transactional
fun disconnectChannel(tenantId: String, channelId: String)
Link copied to clipboard
fun listChannels(tenantId: String, pageable: Pageable): Page<ChannelResponse>