Uses of Interface
org.apache.activemq.artemis.core.server.management.NotificationListener
-
-
Uses of NotificationListener in org.apache.activemq.artemis.core.management.impl
Classes in org.apache.activemq.artemis.core.management.impl that implement NotificationListener Modifier and Type Class Description classActiveMQServerControlImpl -
Uses of NotificationListener in org.apache.activemq.artemis.core.postoffice.impl
Classes in org.apache.activemq.artemis.core.postoffice.impl that implement NotificationListener Modifier and Type Class Description classPostOfficeImplThis is the class that will make the routing to Queues and decide which consumer will get the messages It's the queue component on distributing the messages * * -
Uses of NotificationListener in org.apache.activemq.artemis.core.server.group
Subinterfaces of NotificationListener in org.apache.activemq.artemis.core.server.group Modifier and Type Interface Description interfaceGroupingHandler -
Uses of NotificationListener in org.apache.activemq.artemis.core.server.group.impl
Classes in org.apache.activemq.artemis.core.server.group.impl that implement NotificationListener Modifier and Type Class Description classGroupHandlingAbstractclassLocalGroupingHandlerA Local Grouping handler.classRemoteGroupingHandlerA remote Grouping handler. -
Uses of NotificationListener in org.apache.activemq.artemis.core.server.management
Methods in org.apache.activemq.artemis.core.server.management with parameters of type NotificationListener Modifier and Type Method Description voidNotificationService. addNotificationListener(NotificationListener listener)voidNotificationService. removeNotificationListener(NotificationListener listener) -
Uses of NotificationListener in org.apache.activemq.artemis.core.server.management.impl
Methods in org.apache.activemq.artemis.core.server.management.impl with parameters of type NotificationListener Modifier and Type Method Description voidManagementServiceImpl. addNotificationListener(NotificationListener listener)voidManagementServiceImpl. removeNotificationListener(NotificationListener listener)
-