public interface TransactionMessageAccumulator extends MessageAccumulator
YdbTransaction.
Several Messages or/and DataReceivedEvents can be accepted to add to
YdbTransaction later all at once.
All messages should be read from the same Reader this accumulator was created on.
Contains no data references and therefore may also be useful in cases where messages are committed after processing
data in an external system.| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Status> |
updateOffsetsInTransaction(YdbTransaction transaction,
UpdateOffsetsInTransactionSettings settings) |
add, addCompletableFuture<Status> updateOffsetsInTransaction(YdbTransaction transaction, UpdateOffsetsInTransactionSettings settings)
Copyright © 2024. All rights reserved.