| 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 |
|---|---|
default Message |
SyncReader.receive()
Receive a
Message. |
default Message |
SyncReader.receive(long timeout,
TimeUnit unit)
Receive a
Message. |
Message |
SyncReader.receive(ReceiveSettings settings)
Receive a
Message. |
| Modifier and Type | Method and Description |
|---|---|
void |
MessageAccumulator.add(Message message)
Adds a
Message to commit it later or to add to transaction |
| Modifier and Type | Method and Description |
|---|---|
List<Message> |
DataReceivedEvent.getMessages()
Returns a list of messages grouped in one batch.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MessageImpl |
| Modifier and Type | Method and Description |
|---|---|
Message |
SyncReaderImpl.receive(ReceiveSettings receiveSettings) |
Message |
SyncReaderImpl.receiveInternal(ReceiveSettings receiveSettings,
long timeout,
TimeUnit unit) |
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionMessageAccumulatorImpl.add(Message message) |
void |
DeferredCommitterImpl.add(Message message) |
| Modifier and Type | Method and Description |
|---|---|
List<Message> |
DataReceivedEventImpl.getMessages() |
| Constructor and Description |
|---|
DataReceivedEventImpl(PartitionSessionImpl partitionSession,
List<Message> messages,
OffsetsRange offsetsToCommit) |
Copyright © 2025. All rights reserved.