kkrpc
Preparing search index...
kafka
KafkaMessageLike
Interface KafkaMessageLike
Minimal Kafka message shape consumed by the transport.
interface
KafkaMessageLike
{
value
?:
null
|
{
toString
(
encoding
?:
BufferEncoding
)
:
string
}
;
}
Index
Properties
value?
Properties
Optional
value
value
?:
null
|
{
toString
(
encoding
?:
BufferEncoding
)
:
string
}
Encoded message payload.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
value
kkrpc
Loading...
Minimal Kafka message shape consumed by the transport.