olp-cpp-sdk
1.22.0
|
Represents a message read from a stream layer. More...
#include <Messages.h>
Public Member Functions | |
const Metadata & | GetMetaData () const |
Gets the Metadata instance of this message. More... | |
void | SetMetaData (Metadata value) |
Sets the Metadata instance of this message. More... | |
const StreamOffset & | GetOffset () const |
Gets the offset in a specific partition of the stream layer. More... | |
void | SetOffset (StreamOffset value) |
Sets the StreamOffset instance of this message. More... | |
const Data & | GetData () const |
Gets the actual content of this message. More... | |
Represents a message read from a stream layer.
|
inline |
Gets the actual content of this message.
|
inline |
|
inline |
Gets the offset in a specific partition of the stream layer.
StreamOffset
instance.
|
inline |
|
inline |
Sets the StreamOffset
instance of this message.
value | The StreamOffset instance. |