Uses of Class
org.apache.activemq.artemis.core.settings.impl.SlowConsumerPolicy
-
Packages that use SlowConsumerPolicy Package Description org.apache.activemq.artemis.core.settings.impl -
-
Uses of SlowConsumerPolicy in org.apache.activemq.artemis.core.settings.impl
Fields in org.apache.activemq.artemis.core.settings.impl declared as SlowConsumerPolicy Modifier and Type Field Description static SlowConsumerPolicyAddressSettings. DEFAULT_SLOW_CONSUMER_POLICYMethods in org.apache.activemq.artemis.core.settings.impl that return SlowConsumerPolicy Modifier and Type Method Description SlowConsumerPolicyAddressSettings. getSlowConsumerPolicy()static SlowConsumerPolicySlowConsumerPolicy. getType(int type)static SlowConsumerPolicySlowConsumerPolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static SlowConsumerPolicy[]SlowConsumerPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.activemq.artemis.core.settings.impl with parameters of type SlowConsumerPolicy Modifier and Type Method Description AddressSettingsAddressSettings. setSlowConsumerPolicy(SlowConsumerPolicy slowConsumerPolicy)
-