Uses of Interface
org.apache.camel.builder.endpoint.dsl.UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilder
Packages that use UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilder
-
Uses of UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceAdvanced builder for endpoint for the Undertow component.Methods in org.apache.camel.builder.endpoint.dsl that return UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilderModifier and TypeMethodDescriptionUndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilder.accessLogReceiver(io.undertow.server.handlers.accesslog.AccessLogReceiver accessLogReceiver) Which Undertow AccessLogReceiver should be used Will use JBossLoggingAccessLogReceiver if not specified.UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilder.accessLogReceiver(String accessLogReceiver) Which Undertow AccessLogReceiver should be used Will use JBossLoggingAccessLogReceiver if not specified.UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilder.advanced()UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilder.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.UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilder.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.UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilder.exceptionHandler(String exceptionHandler) To let the consumer use a custom ExceptionHandler.UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler) To let the consumer use a custom ExceptionHandler.UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilder.exchangePattern(String exchangePattern) Sets the exchange pattern when the consumer creates an exchange.UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern) Sets the exchange pattern when the consumer creates an exchange.Specifies a comma-delimited set of io.undertow.server.HttpHandler instances to lookup in your Registry.UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilder.headerFilterStrategy(String headerFilterStrategy) To use a custom HeaderFilterStrategy to filter header to and from Camel message.UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilder.headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy) To use a custom HeaderFilterStrategy to filter header to and from Camel message.UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilder.undertowHttpBinding(String undertowHttpBinding) To use a custom UndertowHttpBinding to control the mapping between Camel message and undertow.UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilder.undertowHttpBinding(org.apache.camel.component.undertow.UndertowHttpBinding undertowHttpBinding) To use a custom UndertowHttpBinding to control the mapping between Camel message and undertow.