| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
default UndertowEndpointBuilderFactory.AdvancedUndertowEndpointBuilder |
UndertowEndpointBuilderFactory.AdvancedUndertowEndpointBuilder.accessLogReceiver(Object accessLogReceiver)
Which Undertow AccessLogReceiver should be used Will use
JBossLoggingAccessLogReceiver if not specified.
|
default UndertowEndpointBuilderFactory.AdvancedUndertowEndpointBuilder |
UndertowEndpointBuilderFactory.AdvancedUndertowEndpointBuilder.accessLogReceiver(String accessLogReceiver)
Which Undertow AccessLogReceiver should be used Will use
JBossLoggingAccessLogReceiver if not specified.
|
default UndertowEndpointBuilderFactory.AdvancedUndertowEndpointBuilder |
UndertowEndpointBuilderFactory.UndertowEndpointBuilder.advanced() |
default UndertowEndpointBuilderFactory.AdvancedUndertowEndpointBuilder |
UndertowEndpointBuilderFactory.AdvancedUndertowEndpointBuilder.headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
To use a custom HeaderFilterStrategy to filter header to and from
Camel message.
|
default UndertowEndpointBuilderFactory.AdvancedUndertowEndpointBuilder |
UndertowEndpointBuilderFactory.AdvancedUndertowEndpointBuilder.headerFilterStrategy(String headerFilterStrategy)
To use a custom HeaderFilterStrategy to filter header to and from
Camel message.
|
default UndertowEndpointBuilderFactory.AdvancedUndertowEndpointBuilder |
UndertowEndpointBuilderFactory.AdvancedUndertowEndpointBuilder.synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default UndertowEndpointBuilderFactory.AdvancedUndertowEndpointBuilder |
UndertowEndpointBuilderFactory.AdvancedUndertowEndpointBuilder.synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default UndertowEndpointBuilderFactory.AdvancedUndertowEndpointBuilder |
UndertowEndpointBuilderFactory.AdvancedUndertowEndpointBuilder.undertowHttpBinding(Object undertowHttpBinding)
To use a custom UndertowHttpBinding to control the mapping between
Camel message and undertow.
|
default UndertowEndpointBuilderFactory.AdvancedUndertowEndpointBuilder |
UndertowEndpointBuilderFactory.AdvancedUndertowEndpointBuilder.undertowHttpBinding(String undertowHttpBinding)
To use a custom UndertowHttpBinding to control the mapping between
Camel message and undertow.
|
Apache Camel