| Modifier and Type | Method and Description |
|---|---|
PulsarMessage<T> |
PulsarMessageBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
PulsarMessage<?> |
PulsarSchemaWrapper.serialize(IN element,
PulsarSinkContext sinkContext) |
PulsarMessage<?> |
PulsarSerializationSchemaWrapper.serialize(IN element,
PulsarSinkContext sinkContext) |
PulsarMessage<?> |
PulsarSerializationSchema.serialize(IN element,
PulsarSinkContext sinkContext)
Serializes the given element into bytes and
Schema.BYTES. |
| Modifier and Type | Method and Description |
|---|---|
PulsarMessage<?> |
PulsarTableSerializationSchema.serialize(org.apache.flink.table.data.RowData consumedRow,
PulsarSinkContext sinkContext) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.