This module takes care of registering all CRDT implementations.
Specific algorithms need to be added to CRDTImplementationNames and then in the crdtImplementationMap.
- Source:
Methods
(static) getCrdtImplementation(crdtImplementationType, crdtImplementationName) → {CRDTImplementation}
Parameters:
Name | Type | Description |
---|---|---|
crdtImplementationType |
CRDTImplementationTypes | |
crdtImplementationName |
CRDTImplementationNames |
Returns the algorithm for the supplied type or name
- Source:
Returns:
Type: CRDTImplementation