Uses of Annotation Interface
io.quarkus.runtime.annotations.ConfigItem
Packages that use ConfigItem
-
Uses of ConfigItem in io.quarkus.runtime
Fields in io.quarkus.runtime with annotations of type ConfigItemModifier and TypeFieldDescriptionCommandLineRuntimeConfig.argsThe arguments passed to the command line.LiveReloadConfig.connectTimeoutThe amount of time to wait for a remote dev connect or reconnectintThreadPoolConfig.coreThreadsThe core thread pool size.LocalesBuildTimeConfig.defaultLocaleDefault locale that can be consumed by the extensions.BuildAnalyticsConfig.disabledIf Build time analytics are disabled.booleanBannerRuntimeConfig.enabledWhether the banner will be displayed(package private) booleanLiveReloadConfig.enabledWhether the live-reload feature should be enabled.floatThreadPoolConfig.growthResistanceThe executor growth resistance.(package private) booleanLiveReloadConfig.instrumentationWhether Quarkus should enable its ability to not do a full restart when changes to classes are compatible with JVM instrumentation.ThreadPoolConfig.keepAliveTimeThe amount of time a thread will stay alive with no work.LocalesBuildTimeConfig.localesThe set of supported locales that can be consumed by the extensions.ThreadPoolConfig.maxThreadsThe maximum number of threads.ApplicationConfig.nameThe name of the application.LiveReloadConfig.passwordPassword used to use to connect to the remote dev-mode applicationbooleanThreadPoolConfig.prefillPrefill core thread pool.(package private) booleanDebugRuntimeConfig.printStartupTimesIf set totrue, Quarkus prints the wall-clock time each build step took to complete.ThreadPoolConfig.queueSizeThe queue size.LiveReloadConfig.retryIntervalThe amount of time to wait between attempts when connecting to the server side of remote devLiveReloadConfig.retryMaxAttemptsThe maximum number of attempts when connecting to the server side of remote devThreadPoolConfig.shutdownCheckIntervalThe frequency at which the status of the thread pool should be checked during shutdown.ThreadPoolConfig.shutdownInterruptThe amount of time to wait for thread pool shutdown before tasks should be interrupted.ThreadPoolConfig.shutdownTimeoutThe shutdown timeout.BuildAnalyticsConfig.timeoutThe Timeout to send the build time analytics to segment.ApplicationConfig.uiHeaderThe header to use for UI Screen (Swagger UI, GraphQL UI etc).BuildAnalyticsConfig.uriBaseThe Segment base URI.LiveReloadConfig.urlURL used to use to connect to the remote dev-mode applicationApplicationConfig.versionThe version of the application.LiveReloadConfig.watchedResourcesThe names of additional resource files to watch for changes, triggering a reload on change. -
Uses of ConfigItem in io.quarkus.runtime.configuration
Fields in io.quarkus.runtime.configuration with annotations of type ConfigItemModifier and TypeFieldDescriptionConfigurationRuntimeConfig.buildTimeMismatchAtRuntimeWhat should happen if the application is started with a different build time configuration than it was compiled against. -
Uses of ConfigItem in io.quarkus.runtime.shutdown
Fields in io.quarkus.runtime.shutdown with annotations of type ConfigItem