Uses of Class
io.quarkus.deployment.pkg.NativeConfig.MonitoringOption
-
Packages that use NativeConfig.MonitoringOption Package Description io.quarkus.deployment.pkg -
-
Uses of NativeConfig.MonitoringOption in io.quarkus.deployment.pkg
Fields in io.quarkus.deployment.pkg with type parameters of type NativeConfig.MonitoringOption Modifier and Type Field Description Optional<List<NativeConfig.MonitoringOption>>NativeConfig. monitoringEnable monitoring options that allow the VM to be inspected at run time.Methods in io.quarkus.deployment.pkg that return NativeConfig.MonitoringOption Modifier and Type Method Description static NativeConfig.MonitoringOptionNativeConfig.MonitoringOption. valueOf(String name)Returns the enum constant of this type with the specified name.static NativeConfig.MonitoringOption[]NativeConfig.MonitoringOption. values()Returns an array containing the constants of this enum type, in the order they are declared.
-