Interface JMXEndpointBuilderFactory.JMXBuilders
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder,EndpointRouteConfigurationBuilder
- Enclosing interface:
- JMXEndpointBuilderFactory
public static interface JMXEndpointBuilderFactory.JMXBuilders
-
Method Summary
Modifier and TypeMethodDescriptionjmx()JMX (camel-jmx) Receive JMX notifications.JMX (camel-jmx) Receive JMX notifications.JMX (camel-jmx) Receive JMX notifications.
-
Method Details
-
jmx
JMX (camel-jmx) Receive JMX notifications. Category: monitoring Since: 2.6 Maven coordinates: org.apache.camel:camel-jmx- Returns:
- the dsl builder for the headers' name.
-
jmx
JMX (camel-jmx) Receive JMX notifications. Category: monitoring Since: 2.6 Maven coordinates: org.apache.camel:camel-jmx Syntax:jmx:serverURLPath parameter: serverURL Server url comes from the remaining endpoint. Use platform to connect to local JVM.- Parameters:
path- serverURL- Returns:
- the dsl builder
-
jmx
JMX (camel-jmx) Receive JMX notifications. Category: monitoring Since: 2.6 Maven coordinates: org.apache.camel:camel-jmx Syntax:jmx:serverURLPath parameter: serverURL Server url comes from the remaining endpoint. Use platform to connect to local JVM.- Parameters:
componentName- to use a custom component name for the endpoint instead of the default namepath- serverURL- Returns:
- the dsl builder
-