public interface ScheduledDeliveryHandler
| Modifier and Type | Method and Description |
|---|---|
List<MessageReference> |
cancel(Filter filter) |
boolean |
checkAndSchedule(MessageReference ref,
boolean tail) |
int |
getScheduledCount() |
List<MessageReference> |
getScheduledReferences() |
MessageReference |
removeReferenceWithID(long id) |
boolean checkAndSchedule(MessageReference ref, boolean tail)
int getScheduledCount()
List<MessageReference> getScheduledReferences()
List<MessageReference> cancel(Filter filter) throws org.apache.activemq.artemis.api.core.ActiveMQException
org.apache.activemq.artemis.api.core.ActiveMQExceptionMessageReference removeReferenceWithID(long id) throws org.apache.activemq.artemis.api.core.ActiveMQException
org.apache.activemq.artemis.api.core.ActiveMQExceptionCopyright © 2023 The Apache Software Foundation. All rights reserved.