toggle menu
QuettaCode API
0.1.0-BETA
jvm
switch theme
search in API
QuettaCode API
/
com.quettacode.flow.channel.service
/
ChannelService
Channel
Service
@
Service
class
ChannelService
(
repository
:
ChannelRepository
,
metaClient
:
MetaClient
)
(
source
)
Members
Constructors
Channel
Service
Link copied to clipboard
constructor
(
repository
:
ChannelRepository
,
metaClient
:
MetaClient
)
Functions
connect
Channel
Link copied to clipboard
@
Transactional
fun
connectChannel
(
tenantId
:
String
,
req
:
ConnectChannelRequest
)
:
ChannelResponse
disconnect
Channel
Link copied to clipboard
@
Transactional
fun
disconnectChannel
(
tenantId
:
String
,
channelId
:
String
)
list
Channels
Link copied to clipboard
fun
listChannels
(
tenantId
:
String
,
pageable
:
Pageable
)
:
Page
<
ChannelResponse
>