public static interface ElytronEndpointBuilderFactory.AdvancedElytronEndpointBuilder extends ElytronEndpointBuilderFactory.AdvancedElytronEndpointConsumerBuilder, ElytronEndpointBuilderFactory.AdvancedElytronEndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default ElytronEndpointBuilderFactory.AdvancedElytronEndpointBuilder |
accessLogReceiver(Object accessLogReceiver)
Which Undertow AccessLogReciever should be used Will use
JBossLoggingAccessLogReceiver if not specifid.
|
default ElytronEndpointBuilderFactory.AdvancedElytronEndpointBuilder |
accessLogReceiver(String accessLogReceiver)
Which Undertow AccessLogReciever should be used Will use
JBossLoggingAccessLogReceiver if not specifid.
|
default ElytronEndpointBuilderFactory.ElytronEndpointBuilder |
basic() |
default ElytronEndpointBuilderFactory.AdvancedElytronEndpointBuilder |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the endpoint should use basic property binding (Camel 2.x) or
the newer property binding with additional capabilities.
|
default ElytronEndpointBuilderFactory.AdvancedElytronEndpointBuilder |
basicPropertyBinding(String basicPropertyBinding)
Whether the endpoint should use basic property binding (Camel 2.x) or
the newer property binding with additional capabilities.
|
default ElytronEndpointBuilderFactory.AdvancedElytronEndpointBuilder |
headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
To use a custom HeaderFilterStrategy to filter header to and from
Camel message.
|
default ElytronEndpointBuilderFactory.AdvancedElytronEndpointBuilder |
headerFilterStrategy(String headerFilterStrategy)
To use a custom HeaderFilterStrategy to filter header to and from
Camel message.
|
default ElytronEndpointBuilderFactory.AdvancedElytronEndpointBuilder |
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default ElytronEndpointBuilderFactory.AdvancedElytronEndpointBuilder |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default ElytronEndpointBuilderFactory.AdvancedElytronEndpointBuilder |
undertowHttpBinding(Object undertowHttpBinding)
To use a custom UndertowHttpBinding to control the mapping between
Camel message and undertow.
|
default ElytronEndpointBuilderFactory.AdvancedElytronEndpointBuilder |
undertowHttpBinding(String undertowHttpBinding)
To use a custom UndertowHttpBinding to control the mapping between
Camel message and undertow.
|
exceptionHandler, exceptionHandler, exchangePattern, exchangePattern, handlers, handlersdoSetProperty, getUridefault ElytronEndpointBuilderFactory.ElytronEndpointBuilder basic()
basic in interface ElytronEndpointBuilderFactory.AdvancedElytronEndpointConsumerBuilderbasic in interface ElytronEndpointBuilderFactory.AdvancedElytronEndpointProducerBuilderdefault ElytronEndpointBuilderFactory.AdvancedElytronEndpointBuilder accessLogReceiver(Object accessLogReceiver)
io.undertow.server.handlers.accesslog.AccessLogReceiver
type.
Group: advancedaccessLogReceiver in interface ElytronEndpointBuilderFactory.AdvancedElytronEndpointConsumerBuilderaccessLogReceiver in interface ElytronEndpointBuilderFactory.AdvancedElytronEndpointProducerBuilderdefault ElytronEndpointBuilderFactory.AdvancedElytronEndpointBuilder accessLogReceiver(String accessLogReceiver)
io.undertow.server.handlers.accesslog.AccessLogReceiver
type.
Group: advancedaccessLogReceiver in interface ElytronEndpointBuilderFactory.AdvancedElytronEndpointConsumerBuilderaccessLogReceiver in interface ElytronEndpointBuilderFactory.AdvancedElytronEndpointProducerBuilderdefault ElytronEndpointBuilderFactory.AdvancedElytronEndpointBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advancedbasicPropertyBinding in interface ElytronEndpointBuilderFactory.AdvancedElytronEndpointConsumerBuilderbasicPropertyBinding in interface ElytronEndpointBuilderFactory.AdvancedElytronEndpointProducerBuilderdefault ElytronEndpointBuilderFactory.AdvancedElytronEndpointBuilder basicPropertyBinding(String basicPropertyBinding)
boolean type.
Default: false
Group: advancedbasicPropertyBinding in interface ElytronEndpointBuilderFactory.AdvancedElytronEndpointConsumerBuilderbasicPropertyBinding in interface ElytronEndpointBuilderFactory.AdvancedElytronEndpointProducerBuilderdefault ElytronEndpointBuilderFactory.AdvancedElytronEndpointBuilder headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
org.apache.camel.spi.HeaderFilterStrategy type.
Group: advancedheaderFilterStrategy in interface ElytronEndpointBuilderFactory.AdvancedElytronEndpointConsumerBuilderheaderFilterStrategy in interface ElytronEndpointBuilderFactory.AdvancedElytronEndpointProducerBuilderdefault ElytronEndpointBuilderFactory.AdvancedElytronEndpointBuilder headerFilterStrategy(String headerFilterStrategy)
org.apache.camel.spi.HeaderFilterStrategy type.
Group: advancedheaderFilterStrategy in interface ElytronEndpointBuilderFactory.AdvancedElytronEndpointConsumerBuilderheaderFilterStrategy in interface ElytronEndpointBuilderFactory.AdvancedElytronEndpointProducerBuilderdefault ElytronEndpointBuilderFactory.AdvancedElytronEndpointBuilder synchronous(boolean synchronous)
boolean type.
Default: false
Group: advancedsynchronous in interface ElytronEndpointBuilderFactory.AdvancedElytronEndpointConsumerBuildersynchronous in interface ElytronEndpointBuilderFactory.AdvancedElytronEndpointProducerBuilderdefault ElytronEndpointBuilderFactory.AdvancedElytronEndpointBuilder synchronous(String synchronous)
boolean type.
Default: false
Group: advancedsynchronous in interface ElytronEndpointBuilderFactory.AdvancedElytronEndpointConsumerBuildersynchronous in interface ElytronEndpointBuilderFactory.AdvancedElytronEndpointProducerBuilderdefault ElytronEndpointBuilderFactory.AdvancedElytronEndpointBuilder undertowHttpBinding(Object undertowHttpBinding)
org.apache.camel.component.undertow.UndertowHttpBinding
type.
Group: advancedundertowHttpBinding in interface ElytronEndpointBuilderFactory.AdvancedElytronEndpointConsumerBuilderundertowHttpBinding in interface ElytronEndpointBuilderFactory.AdvancedElytronEndpointProducerBuilderdefault ElytronEndpointBuilderFactory.AdvancedElytronEndpointBuilder undertowHttpBinding(String undertowHttpBinding)
org.apache.camel.component.undertow.UndertowHttpBinding
type.
Group: advancedundertowHttpBinding in interface ElytronEndpointBuilderFactory.AdvancedElytronEndpointConsumerBuilderundertowHttpBinding in interface ElytronEndpointBuilderFactory.AdvancedElytronEndpointProducerBuilderApache Camel