DataSource Extensions
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
DataSource Extensions
datasourcex-reactive-api
/
com.caplin.integration.datasourcex.reactive.api
/
ContainerEvent
/
RowEvent
Row
Event
sealed
interface
RowEvent
<
out
T
:
Any
>
:
ContainerEvent
<
T
>
(
source
)
Inheritors
Upsert
Remove
Members
Types
Remove
Link copied to clipboard
class
Remove
(
val
key
:
String
)
:
ContainerEvent.RowEvent
<
Nothing
>
Remove an existing row
Upsert
Link copied to clipboard
class
Upsert
<
out
T
:
Any
>
(
val
key
:
String
,
val
value
:
T
)
:
ContainerEvent.RowEvent
<
T
>
Insert or replace an existing row
Properties
key
Link copied to clipboard
abstract
val
key
:
String
Functions
component1
Link copied to clipboard
open
operator
fun
component1
(
)
:
String