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
/
Bulk
Bulk
class
Bulk
<
out
T
:
Any
>
(
val
events
:
List
<
ContainerEvent.RowEvent
<
T
>
>
)
:
ContainerEvent
<
T
>
(
source
)
Send a number of updates in one. This may be more efficient on the wire.
Members
Constructors
Bulk
Link copied to clipboard
constructor
(
events
:
List
<
ContainerEvent.RowEvent
<
T
>
>
)
Properties
events
Link copied to clipboard
val
events
:
List
<
ContainerEvent.RowEvent
<
T
>
>
Functions
component1
Link copied to clipboard
operator
fun
component1
(
)
:
List
<
ContainerEvent.RowEvent
<
T
>
>
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String