Uses of Interface
org.apache.camel.builder.endpoint.dsl.MinaEndpointBuilderFactory.AdvancedMinaEndpointConsumerBuilder
Packages that use MinaEndpointBuilderFactory.AdvancedMinaEndpointConsumerBuilder
-
Uses of MinaEndpointBuilderFactory.AdvancedMinaEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of MinaEndpointBuilderFactory.AdvancedMinaEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceAdvanced builder for endpoint for the Mina component.Methods in org.apache.camel.builder.endpoint.dsl that return MinaEndpointBuilderFactory.AdvancedMinaEndpointConsumerBuilderModifier and TypeMethodDescriptionMinaEndpointBuilderFactory.MinaEndpointConsumerBuilder.advanced()MinaEndpointBuilderFactory.AdvancedMinaEndpointConsumerBuilder.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.MinaEndpointBuilderFactory.AdvancedMinaEndpointConsumerBuilder.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.MinaEndpointBuilderFactory.AdvancedMinaEndpointConsumerBuilder.disconnectOnNoReply(boolean disconnectOnNoReply) If sync is enabled then this option dictates MinaConsumer if it should disconnect where there is no reply to send back.MinaEndpointBuilderFactory.AdvancedMinaEndpointConsumerBuilder.disconnectOnNoReply(String disconnectOnNoReply) If sync is enabled then this option dictates MinaConsumer if it should disconnect where there is no reply to send back.MinaEndpointBuilderFactory.AdvancedMinaEndpointConsumerBuilder.exceptionHandler(String exceptionHandler) To let the consumer use a custom ExceptionHandler.MinaEndpointBuilderFactory.AdvancedMinaEndpointConsumerBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler) To let the consumer use a custom ExceptionHandler.MinaEndpointBuilderFactory.AdvancedMinaEndpointConsumerBuilder.exchangePattern(String exchangePattern) Sets the exchange pattern when the consumer creates an exchange.MinaEndpointBuilderFactory.AdvancedMinaEndpointConsumerBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern) Sets the exchange pattern when the consumer creates an exchange.MinaEndpointBuilderFactory.AdvancedMinaEndpointConsumerBuilder.maximumPoolSize(int maximumPoolSize) Number of worker threads in the worker pool for TCP and UDP.MinaEndpointBuilderFactory.AdvancedMinaEndpointConsumerBuilder.maximumPoolSize(String maximumPoolSize) Number of worker threads in the worker pool for TCP and UDP.MinaEndpointBuilderFactory.AdvancedMinaEndpointConsumerBuilder.noReplyLogLevel(String noReplyLogLevel) If sync is enabled this option dictates MinaConsumer which logging level to use when logging a there is no reply to send back.MinaEndpointBuilderFactory.AdvancedMinaEndpointConsumerBuilder.noReplyLogLevel(org.apache.camel.LoggingLevel noReplyLogLevel) If sync is enabled this option dictates MinaConsumer which logging level to use when logging a there is no reply to send back.MinaEndpointBuilderFactory.AdvancedMinaEndpointConsumerBuilder.orderedThreadPoolExecutor(boolean orderedThreadPoolExecutor) Whether to use ordered thread pool, to ensure events are processed orderly on the same channel.MinaEndpointBuilderFactory.AdvancedMinaEndpointConsumerBuilder.orderedThreadPoolExecutor(String orderedThreadPoolExecutor) Whether to use ordered thread pool, to ensure events are processed orderly on the same channel.MinaEndpointBuilderFactory.AdvancedMinaEndpointConsumerBuilder.transferExchange(boolean transferExchange) Only used for TCP.MinaEndpointBuilderFactory.AdvancedMinaEndpointConsumerBuilder.transferExchange(String transferExchange) Only used for TCP.