Interface ComProtocolCreator
- All Known Implementing Classes:
 ComProtocolCreator.Default
- 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 ComProtocolCreator
- 
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComProtocolCreator.Default - 
Method Summary
Modifier and Type Method Description ComProtocolcreatProtocol(String name, String version, ByteOrder byteOrder, PersistenceIdStrategy idStrategy, PersistenceTypeDictionaryView typeDictionary)static ComProtocolCreatorNew() 
- 
Method Details
- 
creatProtocol
ComProtocol creatProtocol(String name, String version, ByteOrder byteOrder, PersistenceIdStrategy idStrategy, PersistenceTypeDictionaryView typeDictionary) - 
New
 
 -