@ExperimentalApi(value="Topic service interfaces are experimental and may change without notice")
public interface Message
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Void> |
commit()
Commit this message
|
Instant |
getCreatedAt() |
byte[] |
getData() |
String |
getMessageGroupId() |
long |
getOffset() |
PartitionSession |
getPartitionSession() |
String |
getProducerId() |
long |
getSeqNo() |
Map<String,String> |
getWriteSessionMeta() |
Instant |
getWrittenAt() |
byte[] getData()
long getOffset()
long getSeqNo()
Instant getCreatedAt()
String getMessageGroupId()
String getProducerId()
Instant getWrittenAt()
PartitionSession getPartitionSession()
CompletableFuture<Void> commit()
Copyright © 2023. All rights reserved.