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)
throws org.apache.qpid.AMQException
deliveryTag - message - the message being iterated over @return true to stop iteration, false to continueorg.apache.qpid.AMQExceptionvoid visitComplete()
Copyright © 2006–2014 The Apache Software Foundation. All rights reserved.