Uses of Class
io.quarkus.runtime.annotations.ConfigItem
-
Packages that use ConfigItem Package Description io.quarkus.runtime io.quarkus.runtime.configuration io.quarkus.runtime.console io.quarkus.runtime.init io.quarkus.runtime.logging io.quarkus.runtime.shutdown -
-
Uses of ConfigItem in io.quarkus.runtime
Fields in io.quarkus.runtime with annotations of type ConfigItem Modifier and Type Field Description Optional<String>CommandLineRuntimeConfig. argsThe arguments passed to the command line.DurationLiveReloadConfig. connectTimeoutThe amount of time to wait for a remote dev connect or reconnectintThreadPoolConfig. coreThreadsThe core thread pool size.LocaleLocalesBuildTimeConfig. defaultLocaleDefault locale that can be consumed by the extensions.Optional<Boolean>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.DurationThreadPoolConfig. keepAliveTimeThe amount of time a thread will stay alive with no work.Set<Locale>LocalesBuildTimeConfig. localesThe set of supported locales that can be consumed by the extensions.Optional<List<URI>>ConfigConfig. locationsAdditional config locations to be loaded with the Config.OptionalIntThreadPoolConfig. maxThreadsThe maximum number of threads.Optional<String>ApplicationConfig. nameThe name of the application.Optional<String>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.Optional<String>ConfigConfig. profileProfile that will be active when Quarkus launches.Optional<String>ConfigConfig. profileParentAccepts a single configuration profile name.OptionalIntThreadPoolConfig. queueSizeThe queue size.DurationLiveReloadConfig. retryIntervalThe amount of time to wait between attempts when connecting to the server side of remote devIntegerLiveReloadConfig. retryMaxAttemptsThe maximum number of attempts when connecting to the server side of remote devOptional<Duration>ThreadPoolConfig. shutdownCheckIntervalThe frequency at which the status of the thread pool should be checked during shutdown.DurationThreadPoolConfig. shutdownInterruptThe amount of time to wait for thread pool shutdown before tasks should be interrupted.DurationThreadPoolConfig. shutdownTimeoutThe shutdown timeout.IntegerBuildAnalyticsConfig. timeoutThe Timeout to send the build time analytics to segment.booleanTlsConfig. trustAllEnable trusting all certificates.Optional<String>ApplicationConfig. uiHeaderThe header to use for UI Screen (Swagger UI, GraphQL UI etc).Optional<String>BuildAnalyticsConfig. uriBaseThe Segment base URI.Optional<String>LiveReloadConfig. urlURL used to use to connect to the remote dev-mode applicationOptional<String>ConfigConfig. uuidA property that allows accessing a generated UUID.Optional<String>ApplicationConfig. versionThe version of the application.Optional<List<String>>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 ConfigItem Modifier and Type Field Description ConfigurationRuntimeConfig.BuildTimeMismatchAtRuntimeConfigurationRuntimeConfig. 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 Modifier and Type Field Description Optional<Boolean>ConsoleRuntimeConfig. colorIf color should be enabled or disabled. -
Uses of ConfigItem in io.quarkus.runtime.init
Fields in io.quarkus.runtime.init with annotations of type ConfigItem Modifier and Type Field Description booleanInitRuntimeConfig. initAndExittrue to quit exit right after the initialization. -
Uses of ConfigItem in io.quarkus.runtime.logging
Fields in io.quarkus.runtime.logging with annotations of type ConfigItem Modifier and Type Field Description (package private) Optional<String>SyslogConfig. appNameThe app name used when formatting the message in RFC5424 format(package private) booleanSyslogConfig. blockOnReconnectEnables or disables blocking when attempting to reconnect aTCPorSSL TCPprotocolMap<String,CategoryBuildTimeConfig>LogBuildTimeConfig. categoriesMinimum logging categories.Map<String,CategoryConfig>LogConfig. categoriesLogging categories.Optional<Boolean>ConsoleConfig. colorDeprecated.Map<String,ConsoleConfig>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 enabled(package private) Optional<Charset>FileConfig. 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-3164Map<String,FileConfig>LogConfig. fileHandlersFile handlers.(package private) Optional<String>FileConfig.RotationConfig. fileSuffixThe file handler rotation file suffix.(package private) Optional<String>ConsoleConfig. filterThe name of the filter to link to the console handler.(package private) Optional<String>FileConfig. filterThe name of the filter to link to the file handler.(package private) Optional<String>SyslogConfig. filterThe name of the filter to link to the file handler.Map<String,CleanupFilterConfig>LogConfig. filtersLog cleanup filters - internal use.(package private) StringConsoleConfig. formatThe log format.(package private) StringFileConfig. formatThe log format(package private) StringSyslogConfig. formatThe log message format(package private) Optional<List<String>>CategoryConfig. handlersThe names of the handlers to link to this category.(package private) Optional<List<String>>LogConfig. handlersThe names of additional handlers to link to the root category.(package private) Optional<String>SyslogConfig. hostnameThe name of the host the messages are being sent fromList<String>CleanupFilterConfig. 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.LevelLogConfig. 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.booleanLogBuildTimeConfig. metricsEnabledIf enabled and a metrics extension is present, logging metrics are published.InheritableLevelCategoryBuildTimeConfig. minLevelThe minimum log level for this category.LevelLogBuildTimeConfig. 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.Map<String,SyslogConfig>LogConfig. syslogHandlersSyslog handlers.(package private) org.jboss.logmanager.handlers.SyslogHandler.SyslogTypeSyslogConfig. syslogTypeSet thesyslog typethis handler should use to format the message sentLevelCleanupFilterConfig. 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 Modifier and Type Field Description Optional<Duration>ShutdownConfig. timeoutThe timeout to wait for running requests to finish.
-