public interface DistributionQueueProcessor
DistributionQueueItems| Modifier and Type | Method and Description |
|---|---|
boolean |
process(@NotNull String queueName,
@NotNull DistributionQueueEntry queueEntry)
Process an item from a certain
DistributionQueue |
boolean process(@NotNull
@NotNull String queueName,
@NotNull
@NotNull 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–2018 The Apache Software Foundation. All rights reserved.