public interface DistributionQueueProcessor
DistributionQueueItems| Modifier 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)
DistributionQueuequeueName - the name of the DistributionQueue to be processedqueueEntry - the DistributionQueueEntry to be processedtrue if the item was successfully processed, false otherwiseCopyright © 2007–2017 The Apache Software Foundation. All rights reserved.