Package io.quarkus.runtime
Class LiveReloadConfig
java.lang.Object
io.quarkus.runtime.LiveReloadConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe amount of time to wait for a remote dev connect or reconnect(package private) boolean
Whether Quarkus should enable its ability to not do a full restart when changes to classes are compatible with JVM instrumentation.Password used to use to connect to the remote dev-mode applicationThe amount of time to wait between attempts when connecting to the server side of remote devThe maximum number of attempts when connecting to the server side of remote devURL used to use to connect to the remote dev-mode applicationThe names of additional resource files to watch for changes, triggering a reload on change. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
instrumentation
Whether Quarkus should enable its ability to not do a full restart when changes to classes are compatible with JVM instrumentation. If this is set to true, Quarkus will perform class redefinition when possible. -
watchedResources
The names of additional resource files to watch for changes, triggering a reload on change. Directories are not supported. -
password
Password used to use to connect to the remote dev-mode application -
url
URL used to use to connect to the remote dev-mode application -
connectTimeout
The amount of time to wait for a remote dev connect or reconnect -
retryInterval
The amount of time to wait between attempts when connecting to the server side of remote dev -
retryMaxAttempts
The maximum number of attempts when connecting to the server side of remote dev
-
-
Constructor Details
-
LiveReloadConfig
public LiveReloadConfig()
-