public static interface MessageHandler.Context
| Modifier and Type | Method and Description |
|---|---|
Consumer |
consumer()
The consumer that receives the message.
|
long |
offset()
The offset of the message in the stream.
|
void |
storeOffset()
Shortcut to send a store order for the message offset.
|
long |
timestamp()
The timestamp of the message chunk.
|
long offset()
void storeOffset()
Consumer.store(long)long timestamp()
Consumer consumer()
Consumer.store(long)Copyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.