Uses of Annotation Interface
io.quarkus.runtime.annotations.ConfigItem
Packages that use ConfigItem
Package
Description
-
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 displayedfloatThreadPoolConfig.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.booleanTlsConfig.trustAllEnable trusting all certificates.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.console
Fields in io.quarkus.runtime.console with annotations of type ConfigItem -
Uses of ConfigItem in io.quarkus.runtime.logging
Fields in io.quarkus.runtime.logging with annotations of type ConfigItemModifier and TypeFieldDescriptionSyslogConfig.appNameThe app name used when formatting the message in RFC5424 format(package private) booleanSyslogConfig.blockOnReconnectEnables or disables blocking when attempting to reconnect aTCPorSSL TCPprotocolLogBuildTimeConfig.categoriesMinimum logging categories.LogConfig.categoriesLogging categories.ConsoleConfig.colorDeprecated.LogConfig.consoleHandlersConsole handlers.(package private) intConsoleConfig.darkenSpecify how much the colors should be darkened.(package private) booleanAsyncConfig.enableIndicates whether to log asynchronously(package private) booleanConsoleConfig.enableIf console logging should be enabled(package private) booleanFileConfig.enableIf file logging should be enabled(package private) booleanSyslogConfig.enableIf syslog logging should be enabledFileConfig.encodingThe character encoding used(package private) InetSocketAddressSyslogConfig.endpointThe IP address and port of the Syslog server(package private) org.jboss.logmanager.handlers.SyslogHandler.FacilitySyslogConfig.facilitySets the facility used when calculating the priority of the message as defined by RFC-5424 and RFC-3164LogConfig.fileHandlersFile handlers.FileConfig.RotationConfig.fileSuffixThe file handler rotation file suffix.ConsoleConfig.filterThe name of the filter to link to the console handler.FileConfig.filterThe name of the filter to link to the file handler.SyslogConfig.filterThe name of the filter to link to the file handler.LogConfig.filtersLog cleanup filters - internal use.(package private) StringConsoleConfig.formatThe log format.(package private) StringFileConfig.formatThe log format(package private) StringSyslogConfig.formatThe log message formatCategoryConfig.handlersThe names of the handlers to link to this category.LogConfig.handlersThe names of additional handlers to link to the root category.SyslogConfig.hostnameThe name of the host the messages are being sent fromCleanupFilterConfig.ifStartsWithThe message prefix to match(package private) InheritableLevelCategoryConfig.levelThe log level for this category.(package private) LevelConsoleConfig.levelThe console log level.(package private) LevelFileConfig.levelThe level of logs to be written into the file.LogConfig.levelThe log level of the root category, which is used as the default log level for all categories.(package private) LevelSyslogConfig.levelThe log level specifying what message levels will be logged by the Syslog logger(package private) intFileConfig.RotationConfig.maxBackupIndexThe maximum number of backups to keep.(package private) MemorySizeFileConfig.RotationConfig.maxFileSizeThe maximum log file size, after which a rotation is executed.(package private) Optional<MemorySize>SyslogConfig.maxLengthThe maximum length, in bytes, of the message allowed to be sent.booleanLogBuildTimeConfig.metricsEnabledIf enabled and a metrics extension is present, logging metrics are published.CategoryBuildTimeConfig.minLevelThe minimum log level for this category.LogBuildTimeConfig.minLevelThe default minimum log level.(package private) org.jboss.logmanager.handlers.AsyncHandler.OverflowActionAsyncConfig.overflowDetermine whether to block the publisher (rather than drop the message) when the queue is full(package private) FileFileConfig.pathThe name of the file in which logs will be written.(package private) org.jboss.logmanager.handlers.SyslogHandler.ProtocolSyslogConfig.protocolSets the protocol used to connect to the Syslog server(package private) intAsyncConfig.queueLengthThe queue length to use before flushing writing(package private) booleanFileConfig.RotationConfig.rotateOnBootIndicates whether to rotate log files on server initialization.(package private) booleanConsoleConfig.stderrIf console logging should go toSystem.errinstead ofSystem.out.LogConfig.syslogHandlersSyslog handlers.(package private) org.jboss.logmanager.handlers.SyslogHandler.SyslogTypeSyslogConfig.syslogTypeSet thesyslog typethis handler should use to format the message sentCleanupFilterConfig.targetLevelThe new log level for the filtered message.(package private) booleanSyslogConfig.truncateSet totrueto truncate the message if it exceeds maximum length(package private) booleanSyslogConfig.useCountingFramingIf enabled, the message being sent is prefixed with the size of the message(package private) booleanCategoryConfig.useParentHandlersSpecify whether this logger should send its output to its parent Logger -
Uses of ConfigItem in io.quarkus.runtime.shutdown
Fields in io.quarkus.runtime.shutdown with annotations of type ConfigItem