Class SignalRecord

java.lang.Object
io.debezium.pipeline.signal.SignalRecord

public class SignalRecord extends Object
The class represent the signal sent on a channel:
  • id STRING - the unique identifier of the signal sent, usually UUID, can be used for deduplication
  • type STRING - the unique logical name of the code executing the signal
  • data STRING - the data in JSON format that are passed to the signal code
Author:
Mario Fiore Vitale