Package io.debezium.pipeline.signal
Class SignalPayload<P extends Partition>
java.lang.Object
io.debezium.pipeline.signal.SignalPayload<P>
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal Documentfinal Stringfinal OffsetContextfinal Pfinal String -
Constructor Summary
ConstructorsConstructorDescriptionSignalPayload(P partition, String id, String type, Document data, OffsetContext offsetContext, Map<String, Object> additionalData) -
Method Summary
-
Field Details
-
id
-
type
-
data
-
partition
-
offsetContext
-
additionalData
-
-
Constructor Details
-
SignalPayload
public SignalPayload(P partition, String id, String type, Document data, OffsetContext offsetContext, Map<String, Object> additionalData) - Parameters:
partition- partition from which the signal was sentid- identifier of the signal intended for deduplication, usually ignored by the signaltype- of the signal, usually ignored by the signal, should be used only when a signal code is shared for multiple signalsdata- data specific for given signal instanceoffsetContext- offset at what the signal was sentadditionalData- additional data specific to the channel
-
-
Method Details