Uses of Enum Class
org.apache.activemq.artemis.core.settings.impl.SlowConsumerThresholdMeasurementUnit
Packages that use SlowConsumerThresholdMeasurementUnit
-
Uses of SlowConsumerThresholdMeasurementUnit in org.apache.activemq.artemis.core.settings.impl
Fields in org.apache.activemq.artemis.core.settings.impl declared as SlowConsumerThresholdMeasurementUnitModifier and TypeFieldDescriptionstatic final SlowConsumerThresholdMeasurementUnitAddressSettings.DEFAULT_SLOW_CONSUMER_THRESHOLD_MEASUREMENT_UNITMethods in org.apache.activemq.artemis.core.settings.impl that return SlowConsumerThresholdMeasurementUnitModifier and TypeMethodDescriptionAddressSettings.getSlowConsumerThresholdMeasurementUnit()SlowConsumerThresholdMeasurementUnit.valueOf(int measurementUnitInSeconds) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.static SlowConsumerThresholdMeasurementUnit[]SlowConsumerThresholdMeasurementUnit.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.activemq.artemis.core.settings.impl with parameters of type SlowConsumerThresholdMeasurementUnitModifier and TypeMethodDescriptionAddressSettings.setSlowConsumerThresholdMeasurementUnit(SlowConsumerThresholdMeasurementUnit slowConsumerThresholdMeasurementUnit)