Uses of Interface
org.apache.camel.builder.endpoint.dsl.JMXEndpointBuilderFactory.AdvancedJMXEndpointBuilder
Packages that use JMXEndpointBuilderFactory.AdvancedJMXEndpointBuilder
-
Uses of JMXEndpointBuilderFactory.AdvancedJMXEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return JMXEndpointBuilderFactory.AdvancedJMXEndpointBuilderModifier and TypeMethodDescriptionJMXEndpointBuilderFactory.JMXEndpointBuilder.advanced()JMXEndpointBuilderFactory.AdvancedJMXEndpointBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions (if possible) occurred while the Camel consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.JMXEndpointBuilderFactory.AdvancedJMXEndpointBuilder.bridgeErrorHandler(String bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions (if possible) occurred while the Camel consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.JMXEndpointBuilderFactory.AdvancedJMXEndpointBuilder.exceptionHandler(String exceptionHandler) To let the consumer use a custom ExceptionHandler.JMXEndpointBuilderFactory.AdvancedJMXEndpointBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler) To let the consumer use a custom ExceptionHandler.JMXEndpointBuilderFactory.AdvancedJMXEndpointBuilder.exchangePattern(String exchangePattern) Sets the exchange pattern when the consumer creates an exchange.JMXEndpointBuilderFactory.AdvancedJMXEndpointBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern) Sets the exchange pattern when the consumer creates an exchange.JMXEndpointBuilderFactory.AdvancedJMXEndpointBuilder.executorService(String executorService) To use a custom shared thread pool for the consumers.JMXEndpointBuilderFactory.AdvancedJMXEndpointBuilder.executorService(ExecutorService executorService) To use a custom shared thread pool for the consumers.Value to handback to the listener when a notification is received.Value to handback to the listener when a notification is received.JMXEndpointBuilderFactory.AdvancedJMXEndpointBuilder.notificationFilter(String notificationFilter) Reference to a bean that implements the NotificationFilter.JMXEndpointBuilderFactory.AdvancedJMXEndpointBuilder.notificationFilter(NotificationFilter notificationFilter) Reference to a bean that implements the NotificationFilter.JMXEndpointBuilderFactory.AdvancedJMXEndpointBuilder.objectProperties(String key, Object value) Properties for the object name.JMXEndpointBuilderFactory.AdvancedJMXEndpointBuilder.objectProperties(Map values) Properties for the object name.JMXEndpointBuilderFactory.AdvancedJMXEndpointBuilder.reconnectDelay(int reconnectDelay) The number of seconds to wait before attempting to retry establishment of the initial connection or attempt to reconnect a lost connection.JMXEndpointBuilderFactory.AdvancedJMXEndpointBuilder.reconnectDelay(String reconnectDelay) The number of seconds to wait before attempting to retry establishment of the initial connection or attempt to reconnect a lost connection.JMXEndpointBuilderFactory.AdvancedJMXEndpointBuilder.reconnectOnConnectionFailure(boolean reconnectOnConnectionFailure) If true the consumer will attempt to reconnect to the JMX server when any connection failure occurs.JMXEndpointBuilderFactory.AdvancedJMXEndpointBuilder.reconnectOnConnectionFailure(String reconnectOnConnectionFailure) If true the consumer will attempt to reconnect to the JMX server when any connection failure occurs.JMXEndpointBuilderFactory.AdvancedJMXEndpointBuilder.testConnectionOnStartup(boolean testConnectionOnStartup) If true the consumer will throw an exception if unable to establish the JMX connection upon startup.JMXEndpointBuilderFactory.AdvancedJMXEndpointBuilder.testConnectionOnStartup(String testConnectionOnStartup) If true the consumer will throw an exception if unable to establish the JMX connection upon startup.