public interface IRecordStarvationStrategy
Modifier and Type | Interface and Description |
---|---|
static class |
IRecordStarvationStrategy.ExpectedBehaviour |
Modifier and Type | Method and Description |
---|---|
default void |
checkpoint(java.lang.String topicName,
ITopicStore.IResumeToken state)
Override this to save intermediate states while cloning
|
default void |
onRecordsReceived(io.vertx.core.json.JsonObject metas) |
IRecordStarvationStrategy.ExpectedBehaviour |
onStarvation(io.vertx.core.json.JsonObject infos) |
IRecordStarvationStrategy.ExpectedBehaviour onStarvation(io.vertx.core.json.JsonObject infos)
default void onRecordsReceived(io.vertx.core.json.JsonObject metas)
default void checkpoint(java.lang.String topicName, ITopicStore.IResumeToken state)
state
- Copyright © 2023. All Rights Reserved.