Class SequencedMessage (1.10.0)
Version 1.10.0keyboard_arrow_down
public abstract class SequencedMessage
A message with its sequencing information in the partition.
Static Methods
fromProto(SequencedMessage proto)
public static SequencedMessage fromProto ( SequencedMessage proto )
Convert a SequencedMessage proto to a SequencedMessage.
Parameter
Returns
of(Message message, Timestamp publishTime, Offset offset, long byteSize)
public static SequencedMessage of ( Message message , Timestamp publishTime , Offset offset , long byteSize )
Construct a SequencedMessage from its components.
Parameters
Returns
Constructors
SequencedMessage()
public SequencedMessage ()
Methods
byteSize()
public abstract long byteSize ()
The amount of quota bytes this message counts for.
Returns
message()
public abstract Message message ()
The underlying user Message.
Returns
offset()
public abstract Offset offset ()
The offset for this message.
Returns
publishTime()
public abstract Timestamp publishTime ()
The time when the message was published.
Returns
toProto()
public SequencedMessage toProto ()
Convert to a SequencedMessage proto.
Returns
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-10-30 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-30 UTC."],[],[]]