public static interface UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilder |
accessLogReceiver(Object accessLogReceiver)
Which Undertow AccessLogReceiver should be used Will use
JBossLoggingAccessLogReceiver if not specified.
|
default UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilder |
accessLogReceiver(String accessLogReceiver)
Which Undertow AccessLogReceiver should be used Will use
JBossLoggingAccessLogReceiver if not specified.
|
default UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilder |
basic() |
default UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilder |
exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilder |
exceptionHandler(String exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilder |
exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilder |
exchangePattern(String exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilder |
handlers(Set<Object> handlers)
Specifies a comma-delimited set of io.undertow.server.HttpHandler
instances to lookup in your Registry.
|
default UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilder |
handlers(String handlers)
Specifies a comma-delimited set of io.undertow.server.HttpHandler
instances to lookup in your Registry.
|
default UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilder |
headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
To use a custom HeaderFilterStrategy to filter header to and from
Camel message.
|
default UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilder |
headerFilterStrategy(String headerFilterStrategy)
To use a custom HeaderFilterStrategy to filter header to and from
Camel message.
|
default UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilder |
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilder |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilder |
undertowHttpBinding(Object undertowHttpBinding)
To use a custom UndertowHttpBinding to control the mapping between
Camel message and undertow.
|
default UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilder |
undertowHttpBinding(String undertowHttpBinding)
To use a custom UndertowHttpBinding to control the mapping between
Camel message and undertow.
|
default UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilder basic()
default UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilder exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
exceptionHandler - the value to setdefault UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilder exceptionHandler(String exceptionHandler)
exceptionHandler - the value to setdefault UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilder exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
exchangePattern - the value to setdefault UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilder exchangePattern(String exchangePattern)
exchangePattern - the value to setdefault UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilder handlers(Set<Object> handlers)
handlers - the value to setdefault UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilder handlers(String handlers)
handlers - the value to setdefault UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilder accessLogReceiver(Object accessLogReceiver)
accessLogReceiver - the value to setdefault UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilder accessLogReceiver(String accessLogReceiver)
accessLogReceiver - the value to setdefault UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilder headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
headerFilterStrategy - the value to setdefault UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilder headerFilterStrategy(String headerFilterStrategy)
headerFilterStrategy - the value to setdefault UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilder synchronous(boolean synchronous)
synchronous - the value to setdefault UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilder synchronous(String synchronous)
synchronous - the value to setdefault UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilder undertowHttpBinding(Object undertowHttpBinding)
undertowHttpBinding - the value to setdefault UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilder undertowHttpBinding(String undertowHttpBinding)
undertowHttpBinding - the value to setApache Camel