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, getEnabledAttributes
public boolean isNotificationEnabled(Notification notification)
isNotificationEnabled
in interface NotificationFilter
isNotificationEnabled
in class AttributeChangeNotificationFilter
Apache Camel