| Package | Description |
|---|---|
| tech.ydb.topic.read | |
| tech.ydb.topic.read.events | |
| tech.ydb.topic.read.impl | |
| tech.ydb.topic.read.impl.events |
| Modifier and Type | Method and Description |
|---|---|
void |
DeferredCommitter.add(DataReceivedEvent event)
Adds a
DataReceivedEvent to commit all its messages later with a commit method |
| Modifier and Type | Method and Description |
|---|---|
void |
ReadEventHandler.onMessages(DataReceivedEvent event) |
| Modifier and Type | Method and Description |
|---|---|
void |
DeferredCommitterImpl.add(DataReceivedEvent event) |
protected CompletableFuture<Void> |
SyncReaderImpl.handleDataReceivedEvent(DataReceivedEvent event) |
protected abstract CompletableFuture<Void> |
ReaderImpl.handleDataReceivedEvent(DataReceivedEvent event) |
protected CompletableFuture<Void> |
AsyncReaderImpl.handleDataReceivedEvent(DataReceivedEvent event) |
| Modifier and Type | Method and Description |
|---|---|
PartitionSessionImpl.Builder |
PartitionSessionImpl.Builder.setDataEventCallback(Function<DataReceivedEvent,CompletableFuture<Void>> dataEventCallback) |
| Modifier and Type | Class and Description |
|---|---|
class |
DataReceivedEventImpl |
Copyright © 2024. All rights reserved.