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.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. args
The arguments passed to the command line.Duration
LiveReloadConfig. connectTimeout
The amount of time to wait for a remote dev connect or reconnectint
ThreadPoolConfig. coreThreads
The core thread pool size.Locale
LocalesBuildTimeConfig. defaultLocale
Default locale that can be consumed by the extensions.boolean
BannerRuntimeConfig. enabled
Whether or not the banner will be displayedfloat
ThreadPoolConfig. growthResistance
The executor growth resistance.(package private) boolean
LiveReloadConfig. instrumentation
Whether or not Quarkus should enable its ability to not do a full restart when changes to classes are compatible with JVM instrumentation.Duration
ThreadPoolConfig. keepAliveTime
The amount of time a thread will stay alive with no work.Set<Locale>
LocalesBuildTimeConfig. locales
The set of supported locales that can be consumed by the extensions.Optional<List<String>>
ConfigConfig. locations
Additional config locations to be loaded with the Config.OptionalInt
ThreadPoolConfig. maxThreads
The maximum number of threads.Optional<String>
ApplicationConfig. name
The name of the application.Optional<String>
LiveReloadConfig. password
Password used to use to connect to the remote dev-mode applicationboolean
ThreadPoolConfig. prefill
Prefill core thread pool.(package private) Optional<String>
TopLevelRootConfig. profile
Profile that will be active when Quarkus launches Default value is 'prod'Optional<String>
ConfigConfig. profileParent
Accepts a single configuration profile name.OptionalInt
ThreadPoolConfig. queueSize
The queue size.Duration
LiveReloadConfig. retryInterval
The amount of time to wait between attempts when connecting to the server side of remote devInteger
LiveReloadConfig. retryMaxAttempts
The maximum number of attempts when connecting to the server side of remote devOptional<Duration>
ThreadPoolConfig. shutdownCheckInterval
The frequency at which the status of the thread pool should be checked during shutdown.Duration
ThreadPoolConfig. shutdownInterrupt
The amount of time to wait for thread pool shutdown before tasks should be interrupted.Duration
ThreadPoolConfig. shutdownTimeout
The shutdown timeout.boolean
TlsConfig. trustAll
Enable trusting all certificates.Optional<String>
LiveReloadConfig. url
URL used to use to connect to the remote dev-mode applicationOptional<String>
ConfigConfig. uuid
A property that allows accessing a generated UUID.Optional<String>
ApplicationConfig. version
The version of the application.Optional<List<String>>
LiveReloadConfig. watchedResources
The 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.BuildTimeMismatchAtRuntime
ConfigurationRuntimeConfig. buildTimeMismatchAtRuntime
What 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. color
If color should be enabled or disabled. -
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. appName
The app name used when formatting the message in RFC5424 format(package private) boolean
SyslogConfig. blockOnReconnect
Enables or disables blocking when attempting to reconnect aTCP
orSSL TCP
protocolMap<String,CategoryBuildTimeConfig>
LogBuildTimeConfig. categories
Minimum logging categories.Map<String,CategoryConfig>
LogConfig. categories
Logging categories.Optional<Boolean>
ConsoleConfig. color
Deprecated.Map<String,ConsoleConfig>
LogConfig. consoleHandlers
Console handlers.(package private) int
ConsoleConfig. darken
Specify how much the colors should be darkened.(package private) boolean
AsyncConfig. enable
Indicates whether to log asynchronously(package private) boolean
ConsoleConfig. enable
If console logging should be enabled(package private) boolean
FileConfig. enable
If file logging should be enabled(package private) boolean
SyslogConfig. enable
If syslog logging should be enabled(package private) InetSocketAddress
SyslogConfig. endpoint
The IP address and port of the syslog server(package private) org.jboss.logmanager.handlers.SyslogHandler.Facility
SyslogConfig. facility
Sets the facility used when calculating the priority of the message as defined by RFC-5424 and RFC-3164Map<String,FileConfig>
LogConfig. fileHandlers
File handlers.(package private) Optional<String>
FileConfig.RotationConfig. fileSuffix
File handler rotation file suffix.Map<String,CleanupFilterConfig>
LogConfig. filters
Log cleanup filters - internal use.(package private) String
ConsoleConfig. format
The log format.(package private) String
FileConfig. format
The log format(package private) String
SyslogConfig. format
The log message format(package private) Optional<List<String>>
CategoryConfig. handlers
The names of the handlers to link to this category.(package private) Optional<String>
SyslogConfig. hostname
The name of the host the messages are being sent fromList<String>
CleanupFilterConfig. ifStartsWith
The message starts to match(package private) InheritableLevel
CategoryConfig. level
The log level for this category.(package private) Level
ConsoleConfig. level
The console log level.(package private) Level
FileConfig. level
The level of logs to be written into the file.Level
LogConfig. level
The log level of the root category, which is used as the default log level for all categories.(package private) Level
SyslogConfig. level
The log level specifying, which message levels will be logged by syslog logger(package private) int
FileConfig.RotationConfig. maxBackupIndex
The maximum number of backups to keep.(package private) Optional<MemorySize>
FileConfig.RotationConfig. maxFileSize
The maximum file size of the log file after which a rotation is executed.boolean
LogBuildTimeConfig. metricsEnabled
Whether or not logging metrics are published in case a metrics extension is present.InheritableLevel
CategoryBuildTimeConfig. minLevel
The minimum log level for this category.Level
LogBuildTimeConfig. minLevel
The default minimum log level.(package private) org.jboss.logmanager.handlers.AsyncHandler.OverflowAction
AsyncConfig. overflow
Determine whether to block the publisher (rather than drop the message) when the queue is full(package private) File
FileConfig. path
The name of the file in which logs will be written.(package private) org.jboss.logmanager.handlers.SyslogHandler.Protocol
SyslogConfig. protocol
Sets the protocol used to connect to the syslog server(package private) int
AsyncConfig. queueLength
The queue length to use before flushing writing(package private) boolean
FileConfig.RotationConfig. rotateOnBoot
Indicates whether to rotate log files on server initialization.(package private) boolean
ConsoleConfig. stderr
If console logging should go toSystem.err
instead ofSystem.out
.Map<String,SyslogConfig>
LogConfig. syslogHandlers
Syslog handlers.(package private) org.jboss.logmanager.handlers.SyslogHandler.SyslogType
SyslogConfig. syslogType
Set thesyslog type
this handler should use to format the message sentLevel
CleanupFilterConfig. targetLevel
The new log level for the filtered message, defaults to DEBUG(package private) boolean
SyslogConfig. truncate
Set totrue
if the message should be truncated(package private) boolean
SyslogConfig. useCountingFraming
Set totrue
if the message being sent should be prefixed with the size of the message(package private) boolean
CategoryConfig. useParentHandlers
Specify whether or not 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. timeout
The timeout to wait for running requests to finish.
-