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