Interface PersistenceWriteController

All Superinterfaces:
WriteController
All Known Subinterfaces:
ComPersistenceChannel<C,​D>, ComPersistenceChannelBinary<C>, EmbeddedStorageBinaryTarget, PersistenceChannel<D>, PersistenceTarget<D>, StorageWriteController
All Known Implementing Classes:
BinaryFileTarget, BinaryStorageChannel, ComPersistenceChannel.Abstract, ComPersistenceChannelBinary.Abstract, ComPersistenceChannelBinary.Default, EmbeddedStorageBinaryTarget.Default, PersistenceWriteController.Disabled, PersistenceWriteController.Enabled, PersistenceWriteController.Wrapper, StorageWriteController.Wrapper
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface
public interface PersistenceWriteController
extends WriteController