Uses of Class
org.apache.activemq.broker.region.policy.SlowConsumerEntry
-
Packages that use SlowConsumerEntry Package Description org.apache.activemq.broker.region.policy The policies which can be associated with a particular destination or wildcard. -
-
Uses of SlowConsumerEntry in org.apache.activemq.broker.region.policy
Fields in org.apache.activemq.broker.region.policy with type parameters of type SlowConsumerEntry Modifier and Type Field Description protected Map<Subscription,SlowConsumerEntry>
AbortSlowConsumerStrategy. slowConsumers
Methods in org.apache.activemq.broker.region.policy that return types with arguments of type SlowConsumerEntry Modifier and Type Method Description Map<Subscription,SlowConsumerEntry>
AbortSlowConsumerStrategy. getSlowConsumers()
Method parameters in org.apache.activemq.broker.region.policy with type arguments of type SlowConsumerEntry Modifier and Type Method Description protected void
AbortSlowConsumerStrategy. abortSubscription(Map<Subscription,SlowConsumerEntry> toAbort, boolean abortSubscriberConnection)
-