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 |
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)
accessLogReceiver - the value to setdefault UndertowEndpointBuilderFactory.AdvancedUndertowEndpointProducerBuilder accessLogReceiver(String accessLogReceiver)
accessLogReceiver - the value to setdefault UndertowEndpointBuilderFactory.AdvancedUndertowEndpointProducerBuilder headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
headerFilterStrategy - the value to setdefault UndertowEndpointBuilderFactory.AdvancedUndertowEndpointProducerBuilder headerFilterStrategy(String headerFilterStrategy)
headerFilterStrategy - the value to setdefault UndertowEndpointBuilderFactory.AdvancedUndertowEndpointProducerBuilder synchronous(boolean synchronous)
synchronous - the value to setdefault UndertowEndpointBuilderFactory.AdvancedUndertowEndpointProducerBuilder synchronous(String synchronous)
synchronous - the value to setdefault UndertowEndpointBuilderFactory.AdvancedUndertowEndpointProducerBuilder undertowHttpBinding(Object undertowHttpBinding)
undertowHttpBinding - the value to setdefault UndertowEndpointBuilderFactory.AdvancedUndertowEndpointProducerBuilder undertowHttpBinding(String undertowHttpBinding)
undertowHttpBinding - the value to setApache Camel