Class BaseBlobQueueConsumerConveyorConfiguration<T>
java.lang.Object
io.datarouter.conveyor.queue.configuration.BaseBlobQueueConsumerConveyorConfiguration<T>
- All Implemented Interfaces:
ConveyorConfiguration
public abstract class BaseBlobQueueConsumerConveyorConfiguration<T>
extends Object
implements ConveyorConfiguration
-
Field Summary
Fields inherited from interface io.datarouter.conveyor.ConveyorConfiguration
DEFAULT_PEEK_TIMEOUT, DEFAULT_VISIBILITY_TIMEOUT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract io.datarouter.storage.queue.consumer.BlobQueueConsumer<T>process(ConveyorRunnable conveyor) protected abstract voidprocessOne(io.datarouter.scanner.Scanner<T> data) protected booleanMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.datarouter.conveyor.ConveyorConfiguration
compactExceptionLogging, delay, interrupted, shouldRunOnShutdown
-
Constructor Details
-
BaseBlobQueueConsumerConveyorConfiguration
public BaseBlobQueueConsumerConveyorConfiguration()
-
-
Method Details
-
getQueueConsumer
-
processOne
-
process
- Specified by:
processin interfaceConveyorConfiguration
-
shouldAck
protected boolean shouldAck()
-