T - type of builderpublic static class ChangeEvent.Builder<T extends ChangeEvent.Builder> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
isSnapshot |
protected Offset |
offset |
protected Long |
sourceTimestampMillis |
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
T |
setOffset(Offset offset) |
T |
setSnapshot(boolean isSnapshot) |
T |
setSourceTimestamp(long sourceTimestampMillis)
Set the source timestamp for this change event.
|
protected Offset offset
protected boolean isSnapshot
protected Long sourceTimestampMillis
public T setSnapshot(boolean isSnapshot)
public T setSourceTimestamp(long sourceTimestampMillis)
Copyright © 2021 CDAP Licensed under the Apache License, Version 2.0.