public interface RunningQuarkusApplication extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
ClassLoader |
getClassLoader() |
Iterable<String> |
getConfigKeys() |
<T> Optional<T> |
getConfigValue(String key,
Class<T> type) |
Object |
instance(Class<?> clazz,
Annotation... qualifiers)
Looks up an instance from the CDI container of the running application.
|
ClassLoader getClassLoader()
void close()
throws Exception
close in interface AutoCloseableExceptionObject instance(Class<?> clazz, Annotation... qualifiers)
clazz - The classqualifiers - The qualifiersCopyright © 2020 JBoss by Red Hat. All rights reserved.