Package one.microstream.com
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 SummaryNested Classes Modifier and Type Interface Description static classComProtocolCreator.Default
- 
Method SummaryModifier and Type Method Description ComProtocolcreatProtocol(String name, String version, ByteOrder byteOrder, PersistenceIdStrategy idStrategy, PersistenceTypeDictionaryView typeDictionary)static ComProtocolCreatorNew()
- 
Method Details- 
creatProtocolComProtocol creatProtocol(String name, String version, ByteOrder byteOrder, PersistenceIdStrategy idStrategy, PersistenceTypeDictionaryView typeDictionary)
- 
New
 
-