Interface GangliaEndpointBuilderFactory.GangliaBuilders

    • Method Detail

      • ganglia

        @Deprecated
        default GangliaEndpointBuilderFactory.GangliaEndpointBuilder ganglia​(String path)
        Deprecated.
        Ganglia (camel-ganglia) Send metrics to Ganglia monitoring system. Category: monitoring Since: 2.15 Maven coordinates: org.apache.camel:camel-ganglia Syntax: ganglia:host:port Path parameter: host Host name for Ganglia server Default value: 239.2.11.71 Path parameter: port Port for Ganglia server Default value: 8649
        Parameters:
        path - host:port
        Returns:
        the dsl builder
      • ganglia

        @Deprecated
        default GangliaEndpointBuilderFactory.GangliaEndpointBuilder ganglia​(String componentName,
                                                                             String path)
        Deprecated.
        Ganglia (camel-ganglia) Send metrics to Ganglia monitoring system. Category: monitoring Since: 2.15 Maven coordinates: org.apache.camel:camel-ganglia Syntax: ganglia:host:port Path parameter: host Host name for Ganglia server Default value: 239.2.11.71 Path parameter: port Port for Ganglia server Default value: 8649
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - host:port
        Returns:
        the dsl builder