Class Notification
- java.lang.Object
-
- org.apache.activemq.artemis.core.server.management.Notification
-
public final class Notification extends Object
A Notification- See Also:
NotificationListener,NotificationType
-
-
Constructor Summary
Constructors Constructor Description Notification(String uid, NotificationType type, TypedProperties properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TypedPropertiesgetProperties()NotificationTypegetType()StringgetUID()StringtoString()
-
-
-
Constructor Detail
-
Notification
public Notification(String uid, NotificationType type, TypedProperties properties)
-
-
Method Detail
-
getType
public NotificationType getType()
-
getProperties
public TypedProperties getProperties()
-
getUID
public String getUID()
-
-