C - Actual commodity typepublic interface SyncMongoDatastoreCommodityFactory<C extends com.holonplatform.core.datastore.DatastoreCommodity> extends com.holonplatform.core.datastore.DatastoreCommodityFactory<SyncMongoDatastoreCommodityContext,C>
DatastoreCommodityFactory extension type to allow automatic registration using Java
ServiceLoader extension, through a
com.holonplatform.datastore.mongo.sync.config.SyncMongoDatastoreCommodityFactory file under the
META-INF/services folder.
A Priority annotation can be used on concrete SyncMongoDatastoreCommodityFactory implementation class
to define a registration order, where a lower value means higher priority value.
Copyright © 2019 The Holon Platform. All rights reserved.