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