cikraft
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
cikraft
core
/
app.softwork.cikraft.core
/
CreatedFlow
/
Sender
Sender
@
Serializable
sealed
interface
Sender
(
source
)
Inheritors
Https
DataStore
Members
Types
Data
Store
Link copied to clipboard
@
Serializable
data
class
DataStore
(
val
name
:
String
,
val
pollDelay
:
Duration
)
:
CreatedFlow.Sender
Https
Link copied to clipboard
@
Serializable
data
class
Https
(
val
url
:
String
,
val
role
:
String
,
val
csrfProtection
:
Boolean
)
:
CreatedFlow.Sender