| Modifier and Type | Field and Description |
|---|---|
Document |
data |
String |
id |
OffsetContext |
offsetContext |
org.apache.kafka.connect.data.Struct |
source |
String |
type |
| Constructor and Description |
|---|
Payload(String id,
String type,
Document data,
OffsetContext offsetContext,
org.apache.kafka.connect.data.Struct source) |
public final String id
public final String type
public final Document data
public final OffsetContext offsetContext
public final org.apache.kafka.connect.data.Struct source
public Payload(String id, String type, Document data, OffsetContext offsetContext, org.apache.kafka.connect.data.Struct source)
id - 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 mutlple signalsdata - data specific for given signal instanceoffsetContext - offset at what the signal was sentsource - source info about position at what the signal was sentCopyright © 2021 JBoss by Red Hat. All rights reserved.