public class JMXConsumerNotificationFilter extends AttributeChangeNotificationFilter
NotificationFilter that observes an attribute and optionally matches when the new value
matches a string.| Constructor and Description |
|---|
JMXConsumerNotificationFilter(String observedAttribute,
String stringToCompare,
boolean notifyMatch) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isNotificationEnabled(Notification notification) |
disableAllAttributes, disableAttribute, enableAttribute, getEnabledAttributespublic boolean isNotificationEnabled(Notification notification)
isNotificationEnabled in interface NotificationFilterisNotificationEnabled in class AttributeChangeNotificationFilterApache Camel