Uses of Interface
org.apache.activemq.artemis.api.core.management.NotificationType
-
Packages that use NotificationType Package Description org.apache.activemq.artemis.api.core.management org.apache.activemq.artemis.core.server.management org.apache.activemq.artemis.jms.server.management -
-
Uses of NotificationType in org.apache.activemq.artemis.api.core.management
Classes in org.apache.activemq.artemis.api.core.management that implement NotificationType Modifier and Type Class Description classCoreNotificationTypeThis enum defines all core notification types -
Uses of NotificationType in org.apache.activemq.artemis.core.server.management
Methods in org.apache.activemq.artemis.core.server.management that return NotificationType Modifier and Type Method Description NotificationTypeNotification. getType()Constructors in org.apache.activemq.artemis.core.server.management with parameters of type NotificationType Constructor Description Notification(String uid, NotificationType type, TypedProperties properties) -
Uses of NotificationType in org.apache.activemq.artemis.jms.server.management
Classes in org.apache.activemq.artemis.jms.server.management that implement NotificationType Modifier and Type Class Description classJMSNotificationType
-