public static interface MessageBatch.Visitor<T>
Modifier and Type | Method and Description |
---|---|
T |
visit(Message msg,
MessageBatch batch)
Called when iterating over the message batch
|
T visit(Message msg, MessageBatch batch)
msg
- The message, can be nullbatch
- Copyright © 1998-2020 Red Hat. All Rights Reserved.