Type Parameters:
T - the subclass of PersistentData that this store can receive
All Superinterfaces:
DataConsumer<T>, DataSink<T>, DataSupplier<T>

public interface DataStore<T extends PersistentData> extends DataSink<T>, DataSupplier<T>
A data store is used for receiving data to be cached temporarily until it can be taken later for forwarding to a sink.
  • Method Details