PipelineInputPayloadFormat

Constructors

Link copied to clipboard
constructor(avro: PipelineInputPayloadFormatAvro? = null, json: PipelineInputPayloadFormatJson? = null, protobuf: PipelineInputPayloadFormatProtobuf? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The format of an AVRO message payload. Structure is documented below.

Link copied to clipboard

The format of a JSON message payload.

Link copied to clipboard

The format of a Protobuf message payload. Structure is documented below.