Interface IDatastoreServiceFactory
-
public interface IDatastoreServiceFactoryThis interface should be implemented by providers of theDatastoreServiceand registered withServiceFactoryFactory.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AsyncDatastoreServicegetAsyncDatastoreService(DatastoreServiceConfig config)Creates anAsyncDatastoreServiceusing the provided config.DatastoreServicegetDatastoreService(DatastoreServiceConfig config)Creates aDatastoreServiceusing the provided config.
-
-
-
Method Detail
-
getDatastoreService
DatastoreService getDatastoreService(DatastoreServiceConfig config)
Creates aDatastoreServiceusing the provided config.
-
getAsyncDatastoreService
AsyncDatastoreService getAsyncDatastoreService(DatastoreServiceConfig config)
Creates anAsyncDatastoreServiceusing the provided config.
-
-