Interface JMXEndpointBuilderFactory.JMXBuilders

    • Method Detail

      • jmx

        default JMXEndpointBuilderFactory.JMXEndpointBuilder jmx​(String path)
        JMX (camel-jmx) Receive JMX notifications. Category: monitoring Since: 2.6 Maven coordinates: org.apache.camel:camel-jmx Syntax: jmx:serverURL Path parameter: serverURL Server url comes from the remaining endpoint. Use platform to connect to local JVM.
        Parameters:
        path - serverURL
      • jmx

        default JMXEndpointBuilderFactory.JMXEndpointBuilder jmx​(String componentName,
                                                                 String path)
        JMX (camel-jmx) Receive JMX notifications. Category: monitoring Since: 2.6 Maven coordinates: org.apache.camel:camel-jmx Syntax: jmx:serverURL Path 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 name
        path - serverURL