default JMXEndpointBuilderFactory.AdvancedJMXEndpointBuilder |
JMXEndpointBuilderFactory.JMXEndpointBuilder.advanced() |
|
default JMXEndpointBuilderFactory.AdvancedJMXEndpointBuilder |
JMXEndpointBuilderFactory.AdvancedJMXEndpointBuilder.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.
|
default JMXEndpointBuilderFactory.AdvancedJMXEndpointBuilder |
JMXEndpointBuilderFactory.AdvancedJMXEndpointBuilder.bridgeErrorHandler(String 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.
|
default JMXEndpointBuilderFactory.AdvancedJMXEndpointBuilder |
JMXEndpointBuilderFactory.AdvancedJMXEndpointBuilder.exceptionHandler(String exceptionHandler) |
To let the consumer use a custom ExceptionHandler.
|
default JMXEndpointBuilderFactory.AdvancedJMXEndpointBuilder |
JMXEndpointBuilderFactory.AdvancedJMXEndpointBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler) |
To let the consumer use a custom ExceptionHandler.
|
default JMXEndpointBuilderFactory.AdvancedJMXEndpointBuilder |
JMXEndpointBuilderFactory.AdvancedJMXEndpointBuilder.exchangePattern(String exchangePattern) |
Sets the exchange pattern when the consumer creates an exchange.
|
default JMXEndpointBuilderFactory.AdvancedJMXEndpointBuilder |
JMXEndpointBuilderFactory.AdvancedJMXEndpointBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern) |
Sets the exchange pattern when the consumer creates an exchange.
|
default JMXEndpointBuilderFactory.AdvancedJMXEndpointBuilder |
JMXEndpointBuilderFactory.AdvancedJMXEndpointBuilder.executorService(String executorService) |
To use a custom shared thread pool for the consumers.
|
default JMXEndpointBuilderFactory.AdvancedJMXEndpointBuilder |
JMXEndpointBuilderFactory.AdvancedJMXEndpointBuilder.executorService(ExecutorService executorService) |
To use a custom shared thread pool for the consumers.
|
default JMXEndpointBuilderFactory.AdvancedJMXEndpointBuilder |
JMXEndpointBuilderFactory.AdvancedJMXEndpointBuilder.handback(Object handback) |
Value to handback to the listener when a notification is received.
|
default JMXEndpointBuilderFactory.AdvancedJMXEndpointBuilder |
JMXEndpointBuilderFactory.AdvancedJMXEndpointBuilder.handback(String handback) |
Value to handback to the listener when a notification is received.
|
default JMXEndpointBuilderFactory.AdvancedJMXEndpointBuilder |
JMXEndpointBuilderFactory.AdvancedJMXEndpointBuilder.notificationFilter(String notificationFilter) |
Reference to a bean that implements the NotificationFilter.
|
default JMXEndpointBuilderFactory.AdvancedJMXEndpointBuilder |
JMXEndpointBuilderFactory.AdvancedJMXEndpointBuilder.notificationFilter(NotificationFilter notificationFilter) |
Reference to a bean that implements the NotificationFilter.
|
default JMXEndpointBuilderFactory.AdvancedJMXEndpointBuilder |
JMXEndpointBuilderFactory.AdvancedJMXEndpointBuilder.objectProperties(String key,
Object value) |
Properties for the object name.
|
default JMXEndpointBuilderFactory.AdvancedJMXEndpointBuilder |
JMXEndpointBuilderFactory.AdvancedJMXEndpointBuilder.objectProperties(Map values) |
Properties for the object name.
|
default JMXEndpointBuilderFactory.AdvancedJMXEndpointBuilder |
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.
|
default JMXEndpointBuilderFactory.AdvancedJMXEndpointBuilder |
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.
|
default JMXEndpointBuilderFactory.AdvancedJMXEndpointBuilder |
JMXEndpointBuilderFactory.AdvancedJMXEndpointBuilder.reconnectOnConnectionFailure(boolean reconnectOnConnectionFailure) |
If true the consumer will attempt to reconnect to the JMX server when
any connection failure occurs.
|
default JMXEndpointBuilderFactory.AdvancedJMXEndpointBuilder |
JMXEndpointBuilderFactory.AdvancedJMXEndpointBuilder.reconnectOnConnectionFailure(String reconnectOnConnectionFailure) |
If true the consumer will attempt to reconnect to the JMX server when
any connection failure occurs.
|
default JMXEndpointBuilderFactory.AdvancedJMXEndpointBuilder |
JMXEndpointBuilderFactory.AdvancedJMXEndpointBuilder.testConnectionOnStartup(boolean testConnectionOnStartup) |
If true the consumer will throw an exception if unable to establish
the JMX connection upon startup.
|
default JMXEndpointBuilderFactory.AdvancedJMXEndpointBuilder |
JMXEndpointBuilderFactory.AdvancedJMXEndpointBuilder.testConnectionOnStartup(String testConnectionOnStartup) |
If true the consumer will throw an exception if unable to establish
the JMX connection upon startup.
|