Uses of Interface
org.apache.activemq.artemis.core.server.SlowConsumerDetectionListener
-
Packages that use SlowConsumerDetectionListener Package Description org.apache.activemq.artemis.core.server org.apache.activemq.artemis.core.server.impl -
-
Uses of SlowConsumerDetectionListener in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server that return SlowConsumerDetectionListener Modifier and Type Method Description SlowConsumerDetectionListenerServerConsumer. getSlowConsumerDetecion()Methods in org.apache.activemq.artemis.core.server with parameters of type SlowConsumerDetectionListener Modifier and Type Method Description voidServerConsumer. setlowConsumerDetection(SlowConsumerDetectionListener listener) -
Uses of SlowConsumerDetectionListener in org.apache.activemq.artemis.core.server.impl
Methods in org.apache.activemq.artemis.core.server.impl that return SlowConsumerDetectionListener Modifier and Type Method Description SlowConsumerDetectionListenerServerConsumerImpl. getSlowConsumerDetecion()Methods in org.apache.activemq.artemis.core.server.impl with parameters of type SlowConsumerDetectionListener Modifier and Type Method Description voidServerConsumerImpl. setlowConsumerDetection(SlowConsumerDetectionListener listener)
-