Interface PersistenceChannel<D>

All Superinterfaces:
PersistenceSource<D>, PersistenceTarget<D>, PersistenceWriteController, WriteController
All Known Subinterfaces:
ComPersistenceChannel<C,​D>, ComPersistenceChannelBinary<C>
All Known Implementing Classes:
BinaryStorageChannel, ComPersistenceChannel.Abstract, ComPersistenceChannelBinary.Abstract, ComPersistenceChannelBinary.Default

public interface PersistenceChannel<D>
extends PersistenceTarget<D>, PersistenceSource<D>