Interface QueueStorageReader<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK,D>>

All Superinterfaces:
NodeOps<PK,D>
All Known Subinterfaces:
QueueStorage<PK,D>, QueueStorage.PhysicalQueueStorageNode<PK,D,F>, QueueStorage.QueueStorageNode<PK,D,F>
All Known Implementing Classes:
NoOpQueueNode, PhysicalQueueStorageCounterAdapter, PhysicalQueueStorageSanitizationAdapter, PhysicalQueueStorageTraceAdapter

public interface QueueStorageReader<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK,D>> extends NodeOps<PK,D>
Methods for reading from a message queue where each message contains a single Databean.