RecordTemplate

class RecordTemplate(val prefix: ByteArray, val suffix: ByteArray)

Constructors

Link copied to clipboard
constructor(prefix: ByteArray, suffix: ByteArray)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

prefix is '{"type":"RECORD","record":{"namespace":"...","stream":"...","data":'

Link copied to clipboard

suffix is ',"emitted_at":...}}'