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 © 2013 JBoss, a division of Red Hat. All rights reserved.