public interface MessageConsumer
| Modifier and Type | Method and Description |
|---|---|
boolean |
consume(long index,
String message)
Consume the message
|
boolean consume(long index,
String message)
index - the index of the messagemessage - the message as a stringCopyright © 2023. All rights reserved.