default JMXEndpointBuilderFactory.JMXEndpointBuilder |
JMXEndpointBuilderFactory.AdvancedJMXEndpointBuilder.basic() |
|
default JMXEndpointBuilderFactory.JMXEndpointBuilder |
JMXEndpointBuilderFactory.JMXEndpointBuilder.differenceMode(boolean differenceMode) |
If true, then the value reported in the notification is the
difference from the threshold as opposed to the value itself (counter
and gauge monitor only).
|
default JMXEndpointBuilderFactory.JMXEndpointBuilder |
JMXEndpointBuilderFactory.JMXEndpointBuilder.differenceMode(String differenceMode) |
If true, then the value reported in the notification is the
difference from the threshold as opposed to the value itself (counter
and gauge monitor only).
|
static JMXEndpointBuilderFactory.JMXEndpointBuilder |
JMXEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
|
default JMXEndpointBuilderFactory.JMXEndpointBuilder |
JMXEndpointBuilderFactory.JMXEndpointBuilder.format(String format) |
Format for the message body.
|
default JMXEndpointBuilderFactory.JMXEndpointBuilder |
JMXEndpointBuilderFactory.JMXEndpointBuilder.granularityPeriod(long granularityPeriod) |
The frequency to poll the bean to check the monitor (monitor types
only).
|
default JMXEndpointBuilderFactory.JMXEndpointBuilder |
JMXEndpointBuilderFactory.JMXEndpointBuilder.granularityPeriod(String granularityPeriod) |
The frequency to poll the bean to check the monitor (monitor types
only).
|
default JMXEndpointBuilderFactory.JMXEndpointBuilder |
JMXEndpointBuilderFactory.JMXEndpointBuilder.initThreshold(int initThreshold) |
Initial threshold for the monitor.
|
default JMXEndpointBuilderFactory.JMXEndpointBuilder |
JMXEndpointBuilderFactory.JMXEndpointBuilder.initThreshold(String initThreshold) |
Initial threshold for the monitor.
|
default JMXEndpointBuilderFactory.JMXEndpointBuilder |
JMXEndpointBuilderFactory.JMXBuilders.jmx(String path) |
JMX (camel-jmx)
Receive JMX notifications.
|
default JMXEndpointBuilderFactory.JMXEndpointBuilder |
JMXEndpointBuilderFactory.JMXBuilders.jmx(String componentName,
String path) |
JMX (camel-jmx)
Receive JMX notifications.
|
default JMXEndpointBuilderFactory.JMXEndpointBuilder |
JMXEndpointBuilderFactory.JMXEndpointBuilder.modulus(int modulus) |
The value at which the counter is reset to zero (counter monitor
only).
|
default JMXEndpointBuilderFactory.JMXEndpointBuilder |
JMXEndpointBuilderFactory.JMXEndpointBuilder.modulus(String modulus) |
The value at which the counter is reset to zero (counter monitor
only).
|
default JMXEndpointBuilderFactory.JMXEndpointBuilder |
JMXEndpointBuilderFactory.JMXEndpointBuilder.monitorType(String monitorType) |
The type of monitor to create.
|
default JMXEndpointBuilderFactory.JMXEndpointBuilder |
JMXEndpointBuilderFactory.JMXEndpointBuilder.notifyDiffer(boolean notifyDiffer) |
If true, will fire a notification when the string attribute differs
from the string to compare (string monitor or consumer).
|
default JMXEndpointBuilderFactory.JMXEndpointBuilder |
JMXEndpointBuilderFactory.JMXEndpointBuilder.notifyDiffer(String notifyDiffer) |
If true, will fire a notification when the string attribute differs
from the string to compare (string monitor or consumer).
|
default JMXEndpointBuilderFactory.JMXEndpointBuilder |
JMXEndpointBuilderFactory.JMXEndpointBuilder.notifyHigh(boolean notifyHigh) |
If true, the gauge will fire a notification when the high threshold
is exceeded (gauge monitor only).
|
default JMXEndpointBuilderFactory.JMXEndpointBuilder |
JMXEndpointBuilderFactory.JMXEndpointBuilder.notifyHigh(String notifyHigh) |
If true, the gauge will fire a notification when the high threshold
is exceeded (gauge monitor only).
|
default JMXEndpointBuilderFactory.JMXEndpointBuilder |
JMXEndpointBuilderFactory.JMXEndpointBuilder.notifyLow(boolean notifyLow) |
If true, the gauge will fire a notification when the low threshold is
exceeded (gauge monitor only).
|
default JMXEndpointBuilderFactory.JMXEndpointBuilder |
JMXEndpointBuilderFactory.JMXEndpointBuilder.notifyLow(String notifyLow) |
If true, the gauge will fire a notification when the low threshold is
exceeded (gauge monitor only).
|
default JMXEndpointBuilderFactory.JMXEndpointBuilder |
JMXEndpointBuilderFactory.JMXEndpointBuilder.notifyMatch(boolean notifyMatch) |
If true, will fire a notification when the string attribute matches
the string to compare (string monitor or consumer).
|
default JMXEndpointBuilderFactory.JMXEndpointBuilder |
JMXEndpointBuilderFactory.JMXEndpointBuilder.notifyMatch(String notifyMatch) |
If true, will fire a notification when the string attribute matches
the string to compare (string monitor or consumer).
|
default JMXEndpointBuilderFactory.JMXEndpointBuilder |
JMXEndpointBuilderFactory.JMXEndpointBuilder.objectDomain(String objectDomain) |
The domain for the mbean you're connecting to.
|
default JMXEndpointBuilderFactory.JMXEndpointBuilder |
JMXEndpointBuilderFactory.JMXEndpointBuilder.objectName(String objectName) |
The name key for the mbean you're connecting to.
|
default JMXEndpointBuilderFactory.JMXEndpointBuilder |
JMXEndpointBuilderFactory.JMXEndpointBuilder.observedAttribute(String observedAttribute) |
The attribute to observe for the monitor bean or consumer.
|
default JMXEndpointBuilderFactory.JMXEndpointBuilder |
JMXEndpointBuilderFactory.JMXEndpointBuilder.offset(int offset) |
The amount to increment the threshold after it's been exceeded
(counter monitor only).
|
default JMXEndpointBuilderFactory.JMXEndpointBuilder |
JMXEndpointBuilderFactory.JMXEndpointBuilder.offset(String offset) |
The amount to increment the threshold after it's been exceeded
(counter monitor only).
|
default JMXEndpointBuilderFactory.JMXEndpointBuilder |
JMXEndpointBuilderFactory.JMXEndpointBuilder.password(String password) |
Credentials for making a remote connection.
|
default JMXEndpointBuilderFactory.JMXEndpointBuilder |
JMXEndpointBuilderFactory.JMXEndpointBuilder.stringToCompare(String stringToCompare) |
Value for attribute to compare (string monitor or consumer).
|
default JMXEndpointBuilderFactory.JMXEndpointBuilder |
JMXEndpointBuilderFactory.JMXEndpointBuilder.thresholdHigh(Double thresholdHigh) |
Value for the gauge's high threshold (gauge monitor only).
|
default JMXEndpointBuilderFactory.JMXEndpointBuilder |
JMXEndpointBuilderFactory.JMXEndpointBuilder.thresholdHigh(String thresholdHigh) |
Value for the gauge's high threshold (gauge monitor only).
|
default JMXEndpointBuilderFactory.JMXEndpointBuilder |
JMXEndpointBuilderFactory.JMXEndpointBuilder.thresholdLow(Double thresholdLow) |
Value for the gauge's low threshold (gauge monitor only).
|
default JMXEndpointBuilderFactory.JMXEndpointBuilder |
JMXEndpointBuilderFactory.JMXEndpointBuilder.thresholdLow(String thresholdLow) |
Value for the gauge's low threshold (gauge monitor only).
|
default JMXEndpointBuilderFactory.JMXEndpointBuilder |
JMXEndpointBuilderFactory.JMXEndpointBuilder.user(String user) |
Credentials for making a remote connection.
|