public static interface UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilder |
accessLog(Boolean accessLog)
Whether or not the consumer should write access log.
|
default UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilder |
accessLog(String accessLog)
Whether or not the consumer should write access log.
|
default UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilder |
advanced() |
default UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilder |
allowedRoles(String allowedRoles)
Configuration used by UndertowSecurityProvider.
|
default UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilder |
bridgeErrorHandler(boolean bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilder |
bridgeErrorHandler(String bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilder |
fireWebSocketChannelEvents(boolean fireWebSocketChannelEvents)
if true, the consumer will post notifications to the route when a new
WebSocket peer connects, disconnects, etc.
|
default UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilder |
fireWebSocketChannelEvents(String fireWebSocketChannelEvents)
if true, the consumer will post notifications to the route when a new
WebSocket peer connects, disconnects, etc.
|
default UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilder |
httpMethodRestrict(String httpMethodRestrict)
Used to only allow consuming if the HttpMethod matches, such as
GET/POST/PUT etc.
|
default UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilder |
matchOnUriPrefix(Boolean matchOnUriPrefix)
Whether or not the consumer should try to find a target consumer by
matching the URI prefix if no exact match is found.
|
default UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilder |
matchOnUriPrefix(String matchOnUriPrefix)
Whether or not the consumer should try to find a target consumer by
matching the URI prefix if no exact match is found.
|
default UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilder |
muteException(boolean muteException)
If enabled and an Exchange failed processing on the consumer side the
response's body won't contain the exception's stack trace.
|
default UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilder |
muteException(String muteException)
If enabled and an Exchange failed processing on the consumer side the
response's body won't contain the exception's stack trace.
|
default UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilder |
optionsEnabled(boolean optionsEnabled)
Specifies whether to enable HTTP OPTIONS for this Servlet consumer.
|
default UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilder |
optionsEnabled(String optionsEnabled)
Specifies whether to enable HTTP OPTIONS for this Servlet consumer.
|
default UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilder |
securityConfiguration(Object securityConfiguration)
OConfiguration used by UndertowSecurityProvider.
|
default UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilder |
securityConfiguration(String securityConfiguration)
OConfiguration used by UndertowSecurityProvider.
|
default UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilder |
securityProvider(Object securityProvider)
Security provider allows plug in the provider, which will be used to
secure requests.
|
default UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilder |
securityProvider(String securityProvider)
Security provider allows plug in the provider, which will be used to
secure requests.
|
default UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilder |
sslContextParameters(Object sslContextParameters)
To configure security using SSLContextParameters.
|
default UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilder |
sslContextParameters(String sslContextParameters)
To configure security using SSLContextParameters.
|
default UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilder |
useStreaming(boolean useStreaming)
For HTTP endpoint: if true, text and binary messages will be wrapped
as java.io.InputStream before they are passed to an Exchange;
otherwise they will be passed as byte.
|
default UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilder |
useStreaming(String useStreaming)
For HTTP endpoint: if true, text and binary messages will be wrapped
as java.io.InputStream before they are passed to an Exchange;
otherwise they will be passed as byte.
|
default UndertowEndpointBuilderFactory.AdvancedUndertowEndpointConsumerBuilder advanced()
default UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilder useStreaming(boolean useStreaming)
boolean type.
Default: false
Group: commondefault UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilder useStreaming(String useStreaming)
boolean type.
Default: false
Group: commondefault UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilder accessLog(Boolean accessLog)
java.lang.Boolean type.
Default: false
Group: consumerdefault UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilder accessLog(String accessLog)
java.lang.Boolean
type.
Default: false
Group: consumerdefault UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilder bridgeErrorHandler(String bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilder httpMethodRestrict(String httpMethodRestrict)
java.lang.String type.
Group: consumerdefault UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilder matchOnUriPrefix(Boolean matchOnUriPrefix)
java.lang.Boolean type.
Default: false
Group: consumerdefault UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilder matchOnUriPrefix(String matchOnUriPrefix)
java.lang.Boolean
type.
Default: false
Group: consumerdefault UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilder muteException(boolean muteException)
boolean type.
Default: false
Group: consumerdefault UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilder muteException(String muteException)
boolean type.
Default: false
Group: consumerdefault UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilder optionsEnabled(boolean optionsEnabled)
boolean type.
Default: false
Group: consumerdefault UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilder optionsEnabled(String optionsEnabled)
boolean type.
Default: false
Group: consumerdefault UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilder allowedRoles(String allowedRoles)
java.lang.String type.
Group: securitydefault UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilder securityConfiguration(Object securityConfiguration)
java.lang.Object type.
Group: securitydefault UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilder securityConfiguration(String securityConfiguration)
java.lang.Object type.
Group: securitydefault UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilder securityProvider(Object securityProvider)
org.apache.camel.component.undertow.spi.UndertowSecurityProvider type.
Group: securitydefault UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilder securityProvider(String securityProvider)
org.apache.camel.component.undertow.spi.UndertowSecurityProvider type.
Group: securitydefault UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilder sslContextParameters(Object sslContextParameters)
org.apache.camel.support.jsse.SSLContextParameters type.
Group: securitydefault UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilder sslContextParameters(String sslContextParameters)
org.apache.camel.support.jsse.SSLContextParameters type.
Group: securitydefault UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilder fireWebSocketChannelEvents(boolean fireWebSocketChannelEvents)
boolean type.
Default: false
Group: websocketdefault UndertowEndpointBuilderFactory.UndertowEndpointConsumerBuilder fireWebSocketChannelEvents(String fireWebSocketChannelEvents)
boolean type.
Default: false
Group: websocketApache Camel