Package io.antmedia.console.datastore
Class ConsoleDataStoreFactory
java.lang.Object
io.antmedia.console.datastore.ConsoleDataStoreFactory
- All Implemented Interfaces:
Aware,ApplicationContextAware
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetApplicationContext(ApplicationContext applicationContext) voidsetAppName(String appName) voidvoidvoid
-
Field Details
-
dataStore
-
appName
-
dbName
-
dbType
-
dbHost
-
vertx
private io.vertx.core.Vertx vertx -
logger
private static org.slf4j.Logger logger
-
-
Constructor Details
-
ConsoleDataStoreFactory
public ConsoleDataStoreFactory()
-
-
Method Details
-
getAppName
-
setAppName
-
getDbName
-
setDbName
-
getDbType
-
setDbType
-
getDbHost
-
setDbHost
-
setApplicationContext
- Specified by:
setApplicationContextin interfaceApplicationContextAware- Throws:
BeansException
-
getDataStore
-