Interface RunningQuarkusApplication

All Superinterfaces:
AutoCloseable

public interface RunningQuarkusApplication extends AutoCloseable
  • Method Details

    • getClassLoader

      ClassLoader getClassLoader()
    • close

      void close() throws Exception
      Specified by:
      close in interface AutoCloseable
      Throws:
      Exception
    • getConfigValue

      <T> Optional<T> getConfigValue(String key, Class<T> type)
    • getConfigKeys

      Iterable<String> getConfigKeys()
    • instance

      Object instance(Class<?> clazz, Annotation... qualifiers)
      Looks up an instance from the CDI container of the running application.
      Parameters:
      clazz - The class
      qualifiers - The qualifiers
      Returns:
      The instance or null