Interface StreamStorageReader<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:
StreamStorage<PK,D>, StreamStorage.PhysicalStreamStorageNode<PK,D,F>

public interface StreamStorageReader<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 stream where each record contains a single Databean.