public static interface JMXEndpointBuilderFactory.JMXBuilders
| Modifier and Type | Method and Description |
|---|---|
default JMXEndpointBuilderFactory.JMXEndpointBuilder |
jmx(String path)
JMX (camel-jmx)
Receive JMX notifications.
|
default JMXEndpointBuilderFactory.JMXEndpointBuilder |
jmx(String componentName,
String path)
JMX (camel-jmx)
Receive JMX notifications.
|
default JMXEndpointBuilderFactory.JMXEndpointBuilder jmx(String path)
jmx:serverURL
Path parameter: serverURL
Server url comes from the remaining endpoint. Use platform to connect
to local JVM.path - serverURLdefault JMXEndpointBuilderFactory.JMXEndpointBuilder jmx(String componentName, String path)
jmx:serverURL
Path parameter: serverURL
Server url comes from the remaining endpoint. Use platform to connect
to local JVM.componentName - to use a custom component name for the endpoint
instead of the default namepath - serverURLApache Camel