Send feedback
Class SequencedMessage (1.14.4)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.14.4 keyboard_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.
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.
Constructors
SequencedMessage()
public SequencedMessage ()
Methods
byteSize()
public abstract long byteSize ()
The amount of quota bytes this message counts for.
Returns
Type
Description
long
message()
public abstract Message message ()
The underlying user Message.
offset()
public abstract Offset offset ()
The offset for this message.
Returns
Type
Description
Offset
publishTime()
public abstract Timestamp publishTime ()
The time when the message was published.
toProto()
public SequencedMessage toProto ()
Convert to a SequencedMessage proto.
Send feedback
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 2024-11-02 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-02 UTC."],[],[]]