Package io.debezium.pipeline.signal
package io.debezium.pipeline.signal
-
ClassesClassDescriptionSignalPayload<P extends Partition>This class permits to process signals coming from the different channels.The class represent the signal sent on a channel:
id STRING
- the unique identifier of the signal sent, usually UUID, can be used for deduplicationtype STRING
- the unique logical name of the code executing the signaldata STRING
- the data in JSON format that are passed to the signal code