Class KafkaMessageContentsBuilder
java.lang.Object
io.trino.tempto.fulfillment.table.kafka.KafkaMessageContentsBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappendBytes(byte[] bytes) appendBytes(int... bytes) appendIntBigEndian(int v) appendLongBigEndian(long v) appendUTF8(String s) byte[]build()static KafkaMessageContentsBuilder
-
Constructor Details
-
KafkaMessageContentsBuilder
public KafkaMessageContentsBuilder()
-
-
Method Details
-
contentsBuilder
-
appendBytes
-
appendBytes
-
appendIntBigEndian
-
appendLongBigEndian
-
appendUTF8
-
build
public byte[] build()
-