toggle menu
kaskad_platform
1.0.0
jvm
switch theme
search in API
broker
/
ru.sydis.broker.implementations.streams
/
StreamRecord
Stream
Record
data
class
StreamRecord
<
K
,
V
>
(
val
key
:
K
,
val
value
:
V
,
val
ts
:
Long
=
System.currentTimeMillis()
)
Members
Constructors
Stream
Record
Link copied to clipboard
constructor
(
key
:
K
,
value
:
V
,
ts
:
Long
=
System.currentTimeMillis()
)
Properties
key
Link copied to clipboard
val
key
:
K
ts
Link copied to clipboard
val
ts
:
Long
value
Link copied to clipboard
val
value
:
V