Class AtomixSchemaRegistry
java.lang.Object
org.teamapps.cluster.model.atomix.AtomixSchemaRegistry
- All Implemented Interfaces:
MessageDecoderRegistry
public class AtomixSchemaRegistry extends java.lang.Object implements MessageDecoderRegistry
-
Field Summary
Fields Modifier and Type Field Description static MessageDecoderRegistryREGISTRYstatic MessageSchemaSCHEMA -
Constructor Summary
Constructors Constructor Description AtomixSchemaRegistry() -
Method Summary
Modifier and Type Method Description booleancontainsDecoder(int id)MessageDecoder<? extends Message>getMessageDecoder(int id)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
SCHEMA
-
REGISTRY
-
-
Constructor Details
-
AtomixSchemaRegistry
public AtomixSchemaRegistry()
-
-
Method Details
-
getMessageDecoder
- Specified by:
getMessageDecoderin interfaceMessageDecoderRegistry
-
containsDecoder
public boolean containsDecoder(int id)- Specified by:
containsDecoderin interfaceMessageDecoderRegistry
-