Uses of Interface
org.apache.activemq.artemis.core.server.management.NotificationListener
Packages that use NotificationListener
Package
Description
-
Uses of NotificationListener in org.apache.activemq.artemis.core.management.impl
Classes in org.apache.activemq.artemis.core.management.impl that implement NotificationListener -
Uses of NotificationListener in org.apache.activemq.artemis.core.postoffice.impl
Classes in org.apache.activemq.artemis.core.postoffice.impl that implement NotificationListenerModifier and TypeClassDescriptionclassThis 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 -
Uses of NotificationListener in org.apache.activemq.artemis.core.server.group.impl
Classes in org.apache.activemq.artemis.core.server.group.impl that implement NotificationListenerModifier and TypeClassDescriptionclassfinal classA Local Grouping handler.final classA 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 NotificationListenerModifier and TypeMethodDescriptionvoidNotificationService.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 NotificationListenerModifier and TypeMethodDescriptionvoidManagementServiceImpl.addNotificationListener(NotificationListener listener) voidManagementServiceImpl.removeNotificationListener(NotificationListener listener)