Interface ComPersistenceAdaptorCreator<C>

Type Parameters:
C - the communication layer type
All Known Subinterfaces:
ComPersistenceAdaptorBinary.Creator<C>
All Known Implementing Classes:
ComPersistenceAdaptorBinary.Creator.Abstract, ComPersistenceAdaptorBinary.Creator.Default, ComPersistenceAdaptorBinaryDynamicCreator
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 ComPersistenceAdaptorCreator<C>