| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ElytronEndpointBuilderFactory.ElytronEndpointBuilder
Builder for endpoint for the Elytron component.
|
| Modifier and Type | Method and Description |
|---|---|
default ElytronEndpointBuilderFactory.ElytronEndpointConsumerBuilder |
ElytronEndpointBuilderFactory.ElytronEndpointConsumerBuilder.accessLog(Boolean accessLog)
Whether or not the consumer should write access log.
|
default ElytronEndpointBuilderFactory.ElytronEndpointConsumerBuilder |
ElytronEndpointBuilderFactory.ElytronEndpointConsumerBuilder.accessLog(String accessLog)
Whether or not the consumer should write access log.
|
default ElytronEndpointBuilderFactory.ElytronEndpointConsumerBuilder |
ElytronEndpointBuilderFactory.ElytronEndpointConsumerBuilder.allowedRoles(String allowedRoles)
List of allowed roles in String format.
|
default ElytronEndpointBuilderFactory.ElytronEndpointConsumerBuilder |
ElytronEndpointBuilderFactory.AdvancedElytronEndpointConsumerBuilder.basic() |
default ElytronEndpointBuilderFactory.ElytronEndpointConsumerBuilder |
ElytronEndpointBuilderFactory.ElytronEndpointConsumerBuilder.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 ElytronEndpointBuilderFactory.ElytronEndpointConsumerBuilder |
ElytronEndpointBuilderFactory.ElytronEndpointConsumerBuilder.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 ElytronEndpointBuilderFactory.ElytronEndpointConsumerBuilder |
ElytronEndpointBuilderFactory.ElytronEndpointConsumerBuilder.fireWebSocketChannelEvents(boolean fireWebSocketChannelEvents)
if true, the consumer will post notifications to the route when a new
WebSocket peer connects, disconnects, etc.
|
default ElytronEndpointBuilderFactory.ElytronEndpointConsumerBuilder |
ElytronEndpointBuilderFactory.ElytronEndpointConsumerBuilder.fireWebSocketChannelEvents(String fireWebSocketChannelEvents)
if true, the consumer will post notifications to the route when a new
WebSocket peer connects, disconnects, etc.
|
default ElytronEndpointBuilderFactory.ElytronEndpointConsumerBuilder |
ElytronEndpointBuilderFactory.ElytronEndpointConsumerBuilder.httpMethodRestrict(String httpMethodRestrict)
Used to only allow consuming if the HttpMethod matches, such as
GET/POST/PUT etc.
|
default ElytronEndpointBuilderFactory.ElytronEndpointConsumerBuilder |
ElytronEndpointBuilderFactory.ElytronEndpointConsumerBuilder.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 ElytronEndpointBuilderFactory.ElytronEndpointConsumerBuilder |
ElytronEndpointBuilderFactory.ElytronEndpointConsumerBuilder.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 ElytronEndpointBuilderFactory.ElytronEndpointConsumerBuilder |
ElytronEndpointBuilderFactory.ElytronEndpointConsumerBuilder.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 ElytronEndpointBuilderFactory.ElytronEndpointConsumerBuilder |
ElytronEndpointBuilderFactory.ElytronEndpointConsumerBuilder.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 ElytronEndpointBuilderFactory.ElytronEndpointConsumerBuilder |
ElytronEndpointBuilderFactory.ElytronEndpointConsumerBuilder.optionsEnabled(boolean optionsEnabled)
Specifies whether to enable HTTP OPTIONS for this Servlet consumer.
|
default ElytronEndpointBuilderFactory.ElytronEndpointConsumerBuilder |
ElytronEndpointBuilderFactory.ElytronEndpointConsumerBuilder.optionsEnabled(String optionsEnabled)
Specifies whether to enable HTTP OPTIONS for this Servlet consumer.
|
default ElytronEndpointBuilderFactory.ElytronEndpointConsumerBuilder |
ElytronEndpointBuilderFactory.ElytronEndpointConsumerBuilder.securityConfiguration(Object securityConfiguration)
OConfiguration used by UndertowSecurityProvider.
|
default ElytronEndpointBuilderFactory.ElytronEndpointConsumerBuilder |
ElytronEndpointBuilderFactory.ElytronEndpointConsumerBuilder.securityConfiguration(String securityConfiguration)
OConfiguration used by UndertowSecurityProvider.
|
default ElytronEndpointBuilderFactory.ElytronEndpointConsumerBuilder |
ElytronEndpointBuilderFactory.ElytronEndpointConsumerBuilder.securityProvider(Object securityProvider)
Security provider allows plug in the provider, which will be used to
secure requests.
|
default ElytronEndpointBuilderFactory.ElytronEndpointConsumerBuilder |
ElytronEndpointBuilderFactory.ElytronEndpointConsumerBuilder.securityProvider(String securityProvider)
Security provider allows plug in the provider, which will be used to
secure requests.
|
default ElytronEndpointBuilderFactory.ElytronEndpointConsumerBuilder |
ElytronEndpointBuilderFactory.ElytronEndpointConsumerBuilder.sslContextParameters(Object sslContextParameters)
To configure security using SSLContextParameters.
|
default ElytronEndpointBuilderFactory.ElytronEndpointConsumerBuilder |
ElytronEndpointBuilderFactory.ElytronEndpointConsumerBuilder.sslContextParameters(String sslContextParameters)
To configure security using SSLContextParameters.
|
default ElytronEndpointBuilderFactory.ElytronEndpointConsumerBuilder |
ElytronEndpointBuilderFactory.ElytronEndpointConsumerBuilder.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 ElytronEndpointBuilderFactory.ElytronEndpointConsumerBuilder |
ElytronEndpointBuilderFactory.ElytronEndpointConsumerBuilder.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.
|
Apache Camel