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
Container
Event
sealed
interface
ContainerEvent
<
out
T
:
Any
>
(
source
)
Inheritors
Bulk
RowEvent
Members
Types
Bulk
Link copied to clipboard
class
Bulk
<
out
T
:
Any
>
(
val
events
:
List
<
ContainerEvent.RowEvent
<
T
>
>
)
:
ContainerEvent
<
T
>
Send a number of updates in one. This may be more efficient on the wire.
Row
Event
Link copied to clipboard
sealed
interface
RowEvent
<
out
T
:
Any
>
:
ContainerEvent
<
T
>