Interface IDatastoreServiceFactory
public interface IDatastoreServiceFactory
This interface should be implemented by providers of the
DatastoreService
and registered
with ServiceFactoryFactory
.-
Method Summary
Modifier and TypeMethodDescriptionCreates anAsyncDatastoreService
using the provided config.Creates aDatastoreService
using the provided config.
-
Method Details
-
getDatastoreService
Creates aDatastoreService
using the provided config. -
getAsyncDatastoreService
Creates anAsyncDatastoreService
using the provided config.
-