Uses of Interface
org.apache.camel.builder.component.dsl.JmxComponentBuilderFactory.JmxComponentBuilder
Packages that use JmxComponentBuilderFactory.JmxComponentBuilder
-
Uses of JmxComponentBuilderFactory.JmxComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return JmxComponentBuilderFactory.JmxComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.jmx()JMX (camel-jmx) Receive JMX notifications. -
Uses of JmxComponentBuilderFactory.JmxComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement JmxComponentBuilderFactory.JmxComponentBuilderMethods in org.apache.camel.builder.component.dsl that return JmxComponentBuilderFactory.JmxComponentBuilderModifier and TypeMethodDescriptionJmxComponentBuilderFactory.JmxComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.JmxComponentBuilderFactory.JmxComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.JmxComponentBuilderFactory.jmx()JMX (camel-jmx) Receive JMX notifications.