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 |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the endpoint should use basic property binding (Camel 2.x) or
the newer property binding with additional capabilities.
|
default UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilder |
basicPropertyBinding(String basicPropertyBinding)
Whether the endpoint should use basic property binding (Camel 2.x) or
the newer property binding with additional capabilities.
|
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)
org.apache.camel.spi.ExceptionHandler
type.
Group: consumer (advanced)default UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilder exceptionHandler(String exceptionHandler)
org.apache.camel.spi.ExceptionHandler type.
Group: consumer (advanced)default UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilder exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
org.apache.camel.ExchangePattern type.
Group: consumer (advanced)default UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilder exchangePattern(String exchangePattern)
org.apache.camel.ExchangePattern type.
Group: consumer (advanced)default UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilder handlers(Set<Object> handlers)
java.util.Set<org.apache.camel.component.undertow.HttpHandlerRegistrationInfo> type.
Group: consumer (advanced)default UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilder handlers(String handlers)
java.util.Set<org.apache.camel.component.undertow.HttpHandlerRegistrationInfo> type.
Group: consumer (advanced)default UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilder accessLogReceiver(Object accessLogReceiver)
io.undertow.server.handlers.accesslog.AccessLogReceiver
type.
Group: advanceddefault UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilder accessLogReceiver(String accessLogReceiver)
io.undertow.server.handlers.accesslog.AccessLogReceiver
type.
Group: advanceddefault UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilder basicPropertyBinding(String basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilder headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
org.apache.camel.spi.HeaderFilterStrategy type.
Group: advanceddefault UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilder headerFilterStrategy(String headerFilterStrategy)
org.apache.camel.spi.HeaderFilterStrategy type.
Group: advanceddefault UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilder synchronous(boolean synchronous)
boolean type.
Default: false
Group: advanceddefault UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilder synchronous(String synchronous)
boolean type.
Default: false
Group: advanceddefault UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilder undertowHttpBinding(Object undertowHttpBinding)
org.apache.camel.component.undertow.UndertowHttpBinding
type.
Group: advanceddefault UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilder undertowHttpBinding(String undertowHttpBinding)
org.apache.camel.component.undertow.UndertowHttpBinding
type.
Group: advancedApache Camel