public interface ChangeRecordEmitter
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ChangeRecordEmitter.Receiver
Callback passed to
ChangeRecordEmitters, allowing them to produce one
or more change records. |
| Modifier and Type | Method and Description |
|---|---|
void |
emitChangeRecords(DataCollectionSchema schema,
ChangeRecordEmitter.Receiver receiver)
Emits the change record(s) corresponding to data change represented by this emitter.
|
OffsetContext |
getOffset()
Returns the offset of the change record(s) emitted.
|
void emitChangeRecords(DataCollectionSchema schema, ChangeRecordEmitter.Receiver receiver) throws InterruptedException
InterruptedExceptionOffsetContext getOffset()
Copyright © 2021 JBoss by Red Hat. All rights reserved.