Uses of Enum Class
io.quarkus.deployment.pkg.NativeConfig.MonitoringOption
Packages that use NativeConfig.MonitoringOption
-
Uses of NativeConfig.MonitoringOption in io.quarkus.deployment.builditem
Methods in io.quarkus.deployment.builditem that return NativeConfig.MonitoringOptionConstructors in io.quarkus.deployment.builditem with parameters of type NativeConfig.MonitoringOption -
Uses of NativeConfig.MonitoringOption in io.quarkus.deployment.pkg
Methods in io.quarkus.deployment.pkg that return NativeConfig.MonitoringOptionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static NativeConfig.MonitoringOption[]NativeConfig.MonitoringOption.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.quarkus.deployment.pkg that return types with arguments of type NativeConfig.MonitoringOptionModifier and TypeMethodDescriptionNativeConfig.monitoring()Enable monitoring various monitoring options.