Package io.quarkus.bootstrap.app
Interface RunningQuarkusApplication
- All Superinterfaces:
AutoCloseable
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()<T> Optional<T>getConfigValue(String key, Class<T> type) instance(Class<?> clazz, Annotation... qualifiers) Looks up an instance from the CDI container of the running application.
-
Method Details
-
getClassLoader
ClassLoader getClassLoader() -
close
- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-
getConfigValue
-
getConfigKeys
-
instance
Looks up an instance from the CDI container of the running application.- Parameters:
clazz- The classqualifiers- The qualifiers- Returns:
- The instance or null
-