All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkus.virtual.threads.VirtualThreadsConfig.jdp Maven / Gradle / Ivy

There is a newer version: 3.17.0.CR1
Show newest version
#
#Wed Nov 08 11:37:28 CET 2023
io.quarkus.virtual.threads.VirtualThreadsConfig.shutdownTimeout=The shutdown timeout. If all pending work has not been completed by this time\nthen any pending tasks will be interrupted, and the shutdown process will continue
io.quarkus.virtual.threads.VirtualThreadsConfig.namePrefix=Virtual thread name prefix. If left blank virtual threads will be unnamed.
io.quarkus.virtual.threads.VirtualThreadsConfig.enabled=A flag to explicitly disabled virtual threads, even if the JVM support them.\nIn this case, methods annotated with {@code @RunOnVirtualThread} are executed on the worker thread pool.\n

\nThis flag is intended to be used when running with virtual threads become more expensive than plain worker threads,\nbecause of pinning, monopolization or thread-based object pool. io.quarkus.virtual.threads.VirtualThreadsConfig.shutdownCheckInterval=The frequency at which the status of the executor service should be checked during shutdown.\nSetting this key to an empty value disables the shutdown check interval.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy