Modifier and Type | Method and Description |
---|---|
void |
HornetQServerControlImpl.onNotification(Notification notification) |
Modifier and Type | Method and Description |
---|---|
void |
PostOfficeImpl.onNotification(Notification notification) |
Modifier and Type | Method and Description |
---|---|
void |
HornetQServerLogger.failedToSendSlowConsumerNotification(Notification notification,
Exception e) |
Modifier and Type | Method and Description |
---|---|
void |
RemoteGroupingHandler.onNotification(Notification notification) |
void |
LocalGroupingHandler.onNotification(Notification notification) |
Modifier and Type | Method and Description |
---|---|
void |
NotificationListener.onNotification(Notification notification) |
void |
NotificationService.sendNotification(Notification notification)
the message corresponding to a notification will always contain the properties:
ManagementHelper.HDR_NOTIFICATION_TYPE - the type of notification (SimpleString)
ManagementHelper.HDR_NOTIFICATION_MESSAGE - a message contextual to the notification (SimpleString)
ManagementHelper.HDR_NOTIFICATION_TIMESTAMP - the timestamp when the notification occured (long)
in addition to the properties defined in props |
Modifier and Type | Method and Description |
---|---|
void |
ManagementServiceImpl.sendNotification(Notification notification) |
Modifier and Type | Method and Description |
---|---|
void |
JMSServerControlImpl.onNotification(Notification notification) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.