public static interface UndertowEndpointBuilderFactory.AdvancedUndertowEndpointProducerBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default UndertowEndpointBuilderFactory.AdvancedUndertowEndpointProducerBuilder |
accessLogReceiver(Object accessLogReceiver)
Which Undertow AccessLogReceiver should be used Will use
JBossLoggingAccessLogReceiver if not specified.
|
default UndertowEndpointBuilderFactory.AdvancedUndertowEndpointProducerBuilder |
accessLogReceiver(String accessLogReceiver)
Which Undertow AccessLogReceiver should be used Will use
JBossLoggingAccessLogReceiver if not specified.
|
default UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder |
basic() |
default UndertowEndpointBuilderFactory.AdvancedUndertowEndpointProducerBuilder |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the endpoint should use basic property binding (Camel 2.x) or
the newer property binding with additional capabilities.
|
default UndertowEndpointBuilderFactory.AdvancedUndertowEndpointProducerBuilder |
basicPropertyBinding(String basicPropertyBinding)
Whether the endpoint should use basic property binding (Camel 2.x) or
the newer property binding with additional capabilities.
|
default UndertowEndpointBuilderFactory.AdvancedUndertowEndpointProducerBuilder |
headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
To use a custom HeaderFilterStrategy to filter header to and from
Camel message.
|
default UndertowEndpointBuilderFactory.AdvancedUndertowEndpointProducerBuilder |
headerFilterStrategy(String headerFilterStrategy)
To use a custom HeaderFilterStrategy to filter header to and from
Camel message.
|
default UndertowEndpointBuilderFactory.AdvancedUndertowEndpointProducerBuilder |
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default UndertowEndpointBuilderFactory.AdvancedUndertowEndpointProducerBuilder |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default UndertowEndpointBuilderFactory.AdvancedUndertowEndpointProducerBuilder |
undertowHttpBinding(Object undertowHttpBinding)
To use a custom UndertowHttpBinding to control the mapping between
Camel message and undertow.
|
default UndertowEndpointBuilderFactory.AdvancedUndertowEndpointProducerBuilder |
undertowHttpBinding(String undertowHttpBinding)
To use a custom UndertowHttpBinding to control the mapping between
Camel message and undertow.
|
default UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder basic()
default UndertowEndpointBuilderFactory.AdvancedUndertowEndpointProducerBuilder accessLogReceiver(Object accessLogReceiver)
io.undertow.server.handlers.accesslog.AccessLogReceiver
type.
Group: advanceddefault UndertowEndpointBuilderFactory.AdvancedUndertowEndpointProducerBuilder accessLogReceiver(String accessLogReceiver)
io.undertow.server.handlers.accesslog.AccessLogReceiver
type.
Group: advanceddefault UndertowEndpointBuilderFactory.AdvancedUndertowEndpointProducerBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault UndertowEndpointBuilderFactory.AdvancedUndertowEndpointProducerBuilder basicPropertyBinding(String basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault UndertowEndpointBuilderFactory.AdvancedUndertowEndpointProducerBuilder headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
org.apache.camel.spi.HeaderFilterStrategy type.
Group: advanceddefault UndertowEndpointBuilderFactory.AdvancedUndertowEndpointProducerBuilder headerFilterStrategy(String headerFilterStrategy)
org.apache.camel.spi.HeaderFilterStrategy type.
Group: advanceddefault UndertowEndpointBuilderFactory.AdvancedUndertowEndpointProducerBuilder synchronous(boolean synchronous)
boolean type.
Default: false
Group: advanceddefault UndertowEndpointBuilderFactory.AdvancedUndertowEndpointProducerBuilder synchronous(String synchronous)
boolean type.
Default: false
Group: advanceddefault UndertowEndpointBuilderFactory.AdvancedUndertowEndpointProducerBuilder undertowHttpBinding(Object undertowHttpBinding)
org.apache.camel.component.undertow.UndertowHttpBinding
type.
Group: advanceddefault UndertowEndpointBuilderFactory.AdvancedUndertowEndpointProducerBuilder undertowHttpBinding(String undertowHttpBinding)
org.apache.camel.component.undertow.UndertowHttpBinding
type.
Group: advancedApache Camel