| Package | Description |
|---|---|
| io.debezium.heartbeat |
| Modifier and Type | Field and Description |
|---|---|
private Supplier<OffsetPosition> |
HeartbeatImpl.positionSupplier |
| Modifier and Type | Method and Description |
|---|---|
static OffsetPosition |
OffsetPosition.build(Map<String,String> partition,
Map<String,?> offset) |
| Modifier and Type | Method and Description |
|---|---|
static Heartbeat |
Heartbeat.create(Configuration configuration,
String topicName,
String key,
Supplier<OffsetPosition> positionSupplier)
Provide an instance of Heartbeat object
|
| Constructor and Description |
|---|
HeartbeatImpl(Configuration configuration,
String topicName,
String key,
Supplier<OffsetPosition> positionSupplier) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.