Uses of Class
com.almis.awe.service.data.connector.query.QueryLauncher
-
Packages that use QueryLauncher Package Description com.almis.awe.autoconfigure com.almis.awe.service -
-
Uses of QueryLauncher in com.almis.awe.autoconfigure
Methods in com.almis.awe.autoconfigure that return QueryLauncher Modifier and Type Method Description QueryLauncher
AweAutoConfiguration. queryLauncher()
Query launcherMethods in com.almis.awe.autoconfigure with parameters of type QueryLauncher Modifier and Type Method Description QueryService
AweAutoConfiguration. queryService(QueryLauncher queryLauncher, QueryUtil queryUtil)
Query service -
Uses of QueryLauncher in com.almis.awe.service
Constructors in com.almis.awe.service with parameters of type QueryLauncher Constructor Description QueryService(QueryLauncher queryLauncher, QueryUtil queryUtil)
Autowired constructor
-