public interface DistributionQueueProcessor
DistributionQueueItem
sModifier and Type | Method and Description |
---|---|
boolean |
process(String queueName,
DistributionQueueEntry queueEntry)
Process an item from a certain
DistributionQueue |
boolean process(@Nonnull String queueName, @Nonnull DistributionQueueEntry queueEntry)
DistributionQueue
queueName
- the name of the DistributionQueue
to be processedqueueEntry
- the DistributionQueueEntry
to be processedtrue
if the item was successfully processed, false
otherwiseCopyright © 2007–2016 The Apache Software Foundation. All rights reserved.