public static interface UnacknowledgedMessageMap.Visitor
Modifier and Type | Method and Description |
---|---|
boolean |
callback(long deliveryTag,
MessageInstance message) |
void |
visitComplete() |
boolean callback(long deliveryTag, MessageInstance message)
deliveryTag
- message
- the message being iterated over @return true to stop iteration, false to continuevoid visitComplete()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.