| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CAMEL_SINK_ELYTRON_COMPONENT_BASIC_PROPERTY_BINDING_CONF |
"camel.component.elytron.basicPropertyBinding" |
public static final String |
CAMEL_SINK_ELYTRON_COMPONENT_BASIC_PROPERTY_BINDING_DOC |
"Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities" |
public static final String |
CAMEL_SINK_ELYTRON_COMPONENT_ELYTRON_PROVIDER_CONF |
"camel.component.elytron.elytronProvider" |
public static final String |
CAMEL_SINK_ELYTRON_COMPONENT_ELYTRON_PROVIDER_DEFAULT |
"instance of WildFlyElytronHttpBearerProvider" |
public static final String |
CAMEL_SINK_ELYTRON_COMPONENT_ELYTRON_PROVIDER_DOC |
"Elytron security provider, has to support mechanism from parameter mechanismName." |
public static final String |
CAMEL_SINK_ELYTRON_COMPONENT_HOST_OPTIONS_CONF |
"camel.component.elytron.hostOptions" |
public static final String |
CAMEL_SINK_ELYTRON_COMPONENT_HOST_OPTIONS_DOC |
"To configure common options, such as thread pools" |
public static final String |
CAMEL_SINK_ELYTRON_COMPONENT_LAZY_START_PRODUCER_CONF |
"camel.component.elytron.lazyStartProducer" |
public static final String |
CAMEL_SINK_ELYTRON_COMPONENT_LAZY_START_PRODUCER_DOC |
"Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel\'s routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing." |
public static final String |
CAMEL_SINK_ELYTRON_COMPONENT_MECHANISM_NAME_CONF |
"camel.component.elytron.mechanismName" |
public static final String |
CAMEL_SINK_ELYTRON_COMPONENT_MECHANISM_NAME_DEFAULT |
"BEARER_TOKEN" |
public static final String |
CAMEL_SINK_ELYTRON_COMPONENT_MECHANISM_NAME_DOC |
"Name of the mechanism, which will be used for selection of authentication mechanism." |
public static final String |
CAMEL_SINK_ELYTRON_COMPONENT_SECURITY_DOMAIN_BUILDER_CONF |
"camel.component.elytron.securityDomainBuilder" |
public static final String |
CAMEL_SINK_ELYTRON_COMPONENT_SECURITY_DOMAIN_BUILDER_DOC |
"Definition of Builder, which will be used for creation of security domain." |
public static final String |
CAMEL_SINK_ELYTRON_COMPONENT_SSL_CONTEXT_PARAMETERS_CONF |
"camel.component.elytron.sslContextParameters" |
public static final String |
CAMEL_SINK_ELYTRON_COMPONENT_SSL_CONTEXT_PARAMETERS_DOC |
"To configure security using SSLContextParameters" |
public static final String |
CAMEL_SINK_ELYTRON_COMPONENT_UNDERTOW_HTTP_BINDING_CONF |
"camel.component.elytron.undertowHttpBinding" |
public static final String |
CAMEL_SINK_ELYTRON_COMPONENT_UNDERTOW_HTTP_BINDING_DOC |
"To use a custom HttpBinding to control the mapping between Camel message and HttpClient." |
public static final String |
CAMEL_SINK_ELYTRON_COMPONENT_USE_GLOBAL_SSL_CONTEXT_PARAMETERS_CONF |
"camel.component.elytron.useGlobalSslContextParameters" |
public static final String |
CAMEL_SINK_ELYTRON_COMPONENT_USE_GLOBAL_SSL_CONTEXT_PARAMETERS_DOC |
"Enable usage of global SSL context parameters." |
public static final String |
CAMEL_SINK_ELYTRON_ENDPOINT_ACCESS_LOG_RECEIVER_CONF |
"camel.sink.endpoint.accessLogReceiver" |
public static final String |
CAMEL_SINK_ELYTRON_ENDPOINT_ACCESS_LOG_RECEIVER_DOC |
"Which Undertow AccessLogReciever should be used Will use JBossLoggingAccessLogReceiver if not specifid" |
public static final String |
CAMEL_SINK_ELYTRON_ENDPOINT_ALLOWED_ROLES_CONF |
"camel.sink.endpoint.allowedRoles" |
public static final String |
CAMEL_SINK_ELYTRON_ENDPOINT_ALLOWED_ROLES_DOC |
"Comma separated list of allowed roles." |
public static final String |
CAMEL_SINK_ELYTRON_ENDPOINT_BASIC_PROPERTY_BINDING_CONF |
"camel.sink.endpoint.basicPropertyBinding" |
public static final String |
CAMEL_SINK_ELYTRON_ENDPOINT_BASIC_PROPERTY_BINDING_DOC |
"Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities" |
public static final String |
CAMEL_SINK_ELYTRON_ENDPOINT_COOKIE_HANDLER_CONF |
"camel.sink.endpoint.cookieHandler" |
public static final String |
CAMEL_SINK_ELYTRON_ENDPOINT_COOKIE_HANDLER_DOC |
"Configure a cookie handler to maintain a HTTP session" |
public static final String |
CAMEL_SINK_ELYTRON_ENDPOINT_HEADER_FILTER_STRATEGY_CONF |
"camel.sink.endpoint.headerFilterStrategy" |
public static final String |
CAMEL_SINK_ELYTRON_ENDPOINT_HEADER_FILTER_STRATEGY_DOC |
"To use a custom HeaderFilterStrategy to filter header to and from Camel message." |
public static final String |
CAMEL_SINK_ELYTRON_ENDPOINT_KEEP_ALIVE_CONF |
"camel.sink.endpoint.keepAlive" |
public static final String |
CAMEL_SINK_ELYTRON_ENDPOINT_KEEP_ALIVE_DEFAULT |
"true" |
public static final String |
CAMEL_SINK_ELYTRON_ENDPOINT_KEEP_ALIVE_DOC |
"Setting to ensure socket is not closed due to inactivity" |
public static final String |
CAMEL_SINK_ELYTRON_ENDPOINT_LAZY_START_PRODUCER_CONF |
"camel.sink.endpoint.lazyStartProducer" |
public static final String |
CAMEL_SINK_ELYTRON_ENDPOINT_LAZY_START_PRODUCER_DOC |
"Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel\'s routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing." |
public static final String |
CAMEL_SINK_ELYTRON_ENDPOINT_OPTIONS_CONF |
"camel.sink.endpoint.options" |
public static final String |
CAMEL_SINK_ELYTRON_ENDPOINT_OPTIONS_DOC |
"Sets additional channel options. The options that can be used are defined in org.xnio.Options. To configure from endpoint uri, then prefix each option with option., such as option.close-abort=true&option.send-buffer=8192" |
public static final String |
CAMEL_SINK_ELYTRON_ENDPOINT_PRESERVE_HOST_HEADER_CONF |
"camel.sink.endpoint.preserveHostHeader" |
public static final String |
CAMEL_SINK_ELYTRON_ENDPOINT_PRESERVE_HOST_HEADER_DOC |
"If the option is true, UndertowProducer will set the Host header to the value contained in the current exchange Host header, useful in reverse proxy applications where you want the Host header received by the downstream server to reflect the URL called by the upstream client, this allows applications which use the Host header to generate accurate URL\'s for a proxied service." |
public static final String |
CAMEL_SINK_ELYTRON_ENDPOINT_REUSE_ADDRESSES_CONF |
"camel.sink.endpoint.reuseAddresses" |
public static final String |
CAMEL_SINK_ELYTRON_ENDPOINT_REUSE_ADDRESSES_DEFAULT |
"true" |
public static final String |
CAMEL_SINK_ELYTRON_ENDPOINT_REUSE_ADDRESSES_DOC |
"Setting to facilitate socket multiplexing" |
public static final String |
CAMEL_SINK_ELYTRON_ENDPOINT_SEND_TIMEOUT_CONF |
"camel.sink.endpoint.sendTimeout" |
public static final String |
CAMEL_SINK_ELYTRON_ENDPOINT_SEND_TIMEOUT_DEFAULT |
"30000" |
public static final String |
CAMEL_SINK_ELYTRON_ENDPOINT_SEND_TIMEOUT_DOC |
"Timeout in milliseconds when sending to a websocket channel. The default timeout is 30000 (30 seconds)." |
public static final String |
CAMEL_SINK_ELYTRON_ENDPOINT_SEND_TO_ALL_CONF |
"camel.sink.endpoint.sendToAll" |
public static final String |
CAMEL_SINK_ELYTRON_ENDPOINT_SEND_TO_ALL_DOC |
"To send to all websocket subscribers. Can be used to configure on endpoint level, instead of having to use the UndertowConstants.SEND_TO_ALL header on the message." |
public static final String |
CAMEL_SINK_ELYTRON_ENDPOINT_SSL_CONTEXT_PARAMETERS_CONF |
"camel.sink.endpoint.sslContextParameters" |
public static final String |
CAMEL_SINK_ELYTRON_ENDPOINT_SSL_CONTEXT_PARAMETERS_DOC |
"To configure security using SSLContextParameters" |
public static final String |
CAMEL_SINK_ELYTRON_ENDPOINT_SYNCHRONOUS_CONF |
"camel.sink.endpoint.synchronous" |
public static final String |
CAMEL_SINK_ELYTRON_ENDPOINT_SYNCHRONOUS_DOC |
"Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported)." |
public static final String |
CAMEL_SINK_ELYTRON_ENDPOINT_TCP_NO_DELAY_CONF |
"camel.sink.endpoint.tcpNoDelay" |
public static final String |
CAMEL_SINK_ELYTRON_ENDPOINT_TCP_NO_DELAY_DEFAULT |
"true" |
public static final String |
CAMEL_SINK_ELYTRON_ENDPOINT_TCP_NO_DELAY_DOC |
"Setting to improve TCP protocol performance" |
public static final String |
CAMEL_SINK_ELYTRON_ENDPOINT_THROW_EXCEPTION_ON_FAILURE_CONF |
"camel.sink.endpoint.throwExceptionOnFailure" |
public static final String |
CAMEL_SINK_ELYTRON_ENDPOINT_THROW_EXCEPTION_ON_FAILURE_DEFAULT |
"true" |
public static final String |
CAMEL_SINK_ELYTRON_ENDPOINT_THROW_EXCEPTION_ON_FAILURE_DOC |
"Option to disable throwing the HttpOperationFailedException in case of failed responses from the remote server. This allows you to get all responses regardless of the HTTP status code." |
public static final String |
CAMEL_SINK_ELYTRON_ENDPOINT_TRANSFER_EXCEPTION_CONF |
"camel.sink.endpoint.transferException" |
public static final String |
CAMEL_SINK_ELYTRON_ENDPOINT_TRANSFER_EXCEPTION_DEFAULT |
"false" |
public static final String |
CAMEL_SINK_ELYTRON_ENDPOINT_TRANSFER_EXCEPTION_DOC |
"If enabled and an Exchange failed processing on the consumer side and if the caused Exception was send back serialized in the response as a application/x-java-serialized-object content type. On the producer side the exception will be deserialized and thrown as is instead of the HttpOperationFailedException. The caused exception is required to be serialized. This is by default turned off. If you enable this then be aware that Java will deserialize the incoming data from the request to Java and that can be a potential security risk." |
public static final String |
CAMEL_SINK_ELYTRON_ENDPOINT_UNDERTOW_HTTP_BINDING_CONF |
"camel.sink.endpoint.undertowHttpBinding" |
public static final String |
CAMEL_SINK_ELYTRON_ENDPOINT_UNDERTOW_HTTP_BINDING_DOC |
"To use a custom UndertowHttpBinding to control the mapping between Camel message and undertow." |
public static final String |
CAMEL_SINK_ELYTRON_ENDPOINT_USE_STREAMING_CONF |
"camel.sink.endpoint.useStreaming" |
public static final String |
CAMEL_SINK_ELYTRON_ENDPOINT_USE_STREAMING_DOC |
"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. For WebSocket endpoint: if true, text and binary messages will be wrapped as java.io.Reader and java.io.InputStream respectively before they are passed to an Exchange; otherwise they will be passed as String and byte respectively." |
public static final String |
CAMEL_SINK_ELYTRON_PATH_HTTP_URICONF |
"camel.sink.path.httpURI" |
public static final String |
CAMEL_SINK_ELYTRON_PATH_HTTP_URIDOC |
"The url of the HTTP endpoint to use." |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CAMEL_SOURCE_ELYTRON_COMPONENT_BASIC_PROPERTY_BINDING_CONF |
"camel.component.elytron.basicPropertyBinding" |
public static final String |
CAMEL_SOURCE_ELYTRON_COMPONENT_BASIC_PROPERTY_BINDING_DOC |
"Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities" |
public static final String |
CAMEL_SOURCE_ELYTRON_COMPONENT_BRIDGE_ERROR_HANDLER_CONF |
"camel.component.elytron.bridgeErrorHandler" |
public static final String |
CAMEL_SOURCE_ELYTRON_COMPONENT_BRIDGE_ERROR_HANDLER_DOC |
"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. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored." |
public static final String |
CAMEL_SOURCE_ELYTRON_COMPONENT_ELYTRON_PROVIDER_CONF |
"camel.component.elytron.elytronProvider" |
public static final String |
CAMEL_SOURCE_ELYTRON_COMPONENT_ELYTRON_PROVIDER_DEFAULT |
"instance of WildFlyElytronHttpBearerProvider" |
public static final String |
CAMEL_SOURCE_ELYTRON_COMPONENT_ELYTRON_PROVIDER_DOC |
"Elytron security provider, has to support mechanism from parameter mechanismName." |
public static final String |
CAMEL_SOURCE_ELYTRON_COMPONENT_HOST_OPTIONS_CONF |
"camel.component.elytron.hostOptions" |
public static final String |
CAMEL_SOURCE_ELYTRON_COMPONENT_HOST_OPTIONS_DOC |
"To configure common options, such as thread pools" |
public static final String |
CAMEL_SOURCE_ELYTRON_COMPONENT_MECHANISM_NAME_CONF |
"camel.component.elytron.mechanismName" |
public static final String |
CAMEL_SOURCE_ELYTRON_COMPONENT_MECHANISM_NAME_DEFAULT |
"BEARER_TOKEN" |
public static final String |
CAMEL_SOURCE_ELYTRON_COMPONENT_MECHANISM_NAME_DOC |
"Name of the mechanism, which will be used for selection of authentication mechanism." |
public static final String |
CAMEL_SOURCE_ELYTRON_COMPONENT_MUTE_EXCEPTION_CONF |
"camel.component.elytron.muteException" |
public static final String |
CAMEL_SOURCE_ELYTRON_COMPONENT_MUTE_EXCEPTION_DOC |
"If enabled and an Exchange failed processing on the consumer side the response\'s body won\'t contain the exception\'s stack trace." |
public static final String |
CAMEL_SOURCE_ELYTRON_COMPONENT_SECURITY_DOMAIN_BUILDER_CONF |
"camel.component.elytron.securityDomainBuilder" |
public static final String |
CAMEL_SOURCE_ELYTRON_COMPONENT_SECURITY_DOMAIN_BUILDER_DOC |
"Definition of Builder, which will be used for creation of security domain." |
public static final String |
CAMEL_SOURCE_ELYTRON_COMPONENT_SSL_CONTEXT_PARAMETERS_CONF |
"camel.component.elytron.sslContextParameters" |
public static final String |
CAMEL_SOURCE_ELYTRON_COMPONENT_SSL_CONTEXT_PARAMETERS_DOC |
"To configure security using SSLContextParameters" |
public static final String |
CAMEL_SOURCE_ELYTRON_COMPONENT_UNDERTOW_HTTP_BINDING_CONF |
"camel.component.elytron.undertowHttpBinding" |
public static final String |
CAMEL_SOURCE_ELYTRON_COMPONENT_UNDERTOW_HTTP_BINDING_DOC |
"To use a custom HttpBinding to control the mapping between Camel message and HttpClient." |
public static final String |
CAMEL_SOURCE_ELYTRON_COMPONENT_USE_GLOBAL_SSL_CONTEXT_PARAMETERS_CONF |
"camel.component.elytron.useGlobalSslContextParameters" |
public static final String |
CAMEL_SOURCE_ELYTRON_COMPONENT_USE_GLOBAL_SSL_CONTEXT_PARAMETERS_DOC |
"Enable usage of global SSL context parameters." |
public static final String |
CAMEL_SOURCE_ELYTRON_ENDPOINT_ACCESS_LOG_CONF |
"camel.source.endpoint.accessLog" |
public static final String |
CAMEL_SOURCE_ELYTRON_ENDPOINT_ACCESS_LOG_DEFAULT |
"false" |
public static final String |
CAMEL_SOURCE_ELYTRON_ENDPOINT_ACCESS_LOG_DOC |
"Whether or not the consumer should write access log" |
public static final String |
CAMEL_SOURCE_ELYTRON_ENDPOINT_ACCESS_LOG_RECEIVER_CONF |
"camel.source.endpoint.accessLogReceiver" |
public static final String |
CAMEL_SOURCE_ELYTRON_ENDPOINT_ACCESS_LOG_RECEIVER_DOC |
"Which Undertow AccessLogReciever should be used Will use JBossLoggingAccessLogReceiver if not specifid" |
public static final String |
CAMEL_SOURCE_ELYTRON_ENDPOINT_ALLOWED_ROLES_CONF |
"camel.source.endpoint.allowedRoles" |
public static final String |
CAMEL_SOURCE_ELYTRON_ENDPOINT_ALLOWED_ROLES_DOC |
"Comma separated list of allowed roles." |
public static final String |
CAMEL_SOURCE_ELYTRON_ENDPOINT_BASIC_PROPERTY_BINDING_CONF |
"camel.source.endpoint.basicPropertyBinding" |
public static final String |
CAMEL_SOURCE_ELYTRON_ENDPOINT_BASIC_PROPERTY_BINDING_DOC |
"Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities" |
public static final String |
CAMEL_SOURCE_ELYTRON_ENDPOINT_BRIDGE_ERROR_HANDLER_CONF |
"camel.source.endpoint.bridgeErrorHandler" |
public static final String |
CAMEL_SOURCE_ELYTRON_ENDPOINT_BRIDGE_ERROR_HANDLER_DOC |
"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. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored." |
public static final String |
CAMEL_SOURCE_ELYTRON_ENDPOINT_EXCEPTION_HANDLER_CONF |
"camel.source.endpoint.exceptionHandler" |
public static final String |
CAMEL_SOURCE_ELYTRON_ENDPOINT_EXCEPTION_HANDLER_DOC |
"To let the consumer use a custom ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this option is not in use. By default the consumer will deal with exceptions, that will be logged at WARN or ERROR level and ignored." |
public static final String |
CAMEL_SOURCE_ELYTRON_ENDPOINT_EXCHANGE_PATTERN_CONF |
"camel.source.endpoint.exchangePattern" |
public static final String |
CAMEL_SOURCE_ELYTRON_ENDPOINT_EXCHANGE_PATTERN_DOC |
"Sets the exchange pattern when the consumer creates an exchange. One of: [InOnly] [InOut] [InOptionalOut]" |
public static final String |
CAMEL_SOURCE_ELYTRON_ENDPOINT_FIRE_WEB_SOCKET_CHANNEL_EVENTS_CONF |
"camel.source.endpoint.fireWebSocketChannelEvents" |
public static final String |
CAMEL_SOURCE_ELYTRON_ENDPOINT_FIRE_WEB_SOCKET_CHANNEL_EVENTS_DOC |
"if true, the consumer will post notifications to the route when a new WebSocket peer connects, disconnects, etc. See UndertowConstants.EVENT_TYPE and EventType." |
public static final String |
CAMEL_SOURCE_ELYTRON_ENDPOINT_HANDLERS_CONF |
"camel.source.endpoint.handlers" |
public static final String |
CAMEL_SOURCE_ELYTRON_ENDPOINT_HANDLERS_DOC |
"Specifies a comma-delimited set of io.undertow.server.HttpHandler instances to lookup in your Registry. These handlers are added to the Undertow handler chain (for example, to add security). Important: You can not use different handlers with different Undertow endpoints using the same port number. The handlers is associated to the port number. If you need different handlers, then use different port numbers." |
public static final String |
CAMEL_SOURCE_ELYTRON_ENDPOINT_HEADER_FILTER_STRATEGY_CONF |
"camel.source.endpoint.headerFilterStrategy" |
public static final String |
CAMEL_SOURCE_ELYTRON_ENDPOINT_HEADER_FILTER_STRATEGY_DOC |
"To use a custom HeaderFilterStrategy to filter header to and from Camel message." |
public static final String |
CAMEL_SOURCE_ELYTRON_ENDPOINT_HTTP_METHOD_RESTRICT_CONF |
"camel.source.endpoint.httpMethodRestrict" |
public static final String |
CAMEL_SOURCE_ELYTRON_ENDPOINT_HTTP_METHOD_RESTRICT_DOC |
"Used to only allow consuming if the HttpMethod matches, such as GET/POST/PUT etc. Multiple methods can be specified separated by comma." |
public static final String |
CAMEL_SOURCE_ELYTRON_ENDPOINT_MATCH_ON_URI_PREFIX_CONF |
"camel.source.endpoint.matchOnUriPrefix" |
public static final String |
CAMEL_SOURCE_ELYTRON_ENDPOINT_MATCH_ON_URI_PREFIX_DEFAULT |
"false" |
public static final String |
CAMEL_SOURCE_ELYTRON_ENDPOINT_MATCH_ON_URI_PREFIX_DOC |
"Whether or not the consumer should try to find a target consumer by matching the URI prefix if no exact match is found." |
public static final String |
CAMEL_SOURCE_ELYTRON_ENDPOINT_MUTE_EXCEPTION_CONF |
"camel.source.endpoint.muteException" |
public static final String |
CAMEL_SOURCE_ELYTRON_ENDPOINT_MUTE_EXCEPTION_DEFAULT |
"false" |
public static final String |
CAMEL_SOURCE_ELYTRON_ENDPOINT_MUTE_EXCEPTION_DOC |
"If enabled and an Exchange failed processing on the consumer side the response\'s body won\'t contain the exception\'s stack trace." |
public static final String |
CAMEL_SOURCE_ELYTRON_ENDPOINT_OPTIONS_ENABLED_CONF |
"camel.source.endpoint.optionsEnabled" |
public static final String |
CAMEL_SOURCE_ELYTRON_ENDPOINT_OPTIONS_ENABLED_DOC |
"Specifies whether to enable HTTP OPTIONS for this Servlet consumer. By default OPTIONS is turned off." |
public static final String |
CAMEL_SOURCE_ELYTRON_ENDPOINT_SSL_CONTEXT_PARAMETERS_CONF |
"camel.source.endpoint.sslContextParameters" |
public static final String |
CAMEL_SOURCE_ELYTRON_ENDPOINT_SSL_CONTEXT_PARAMETERS_DOC |
"To configure security using SSLContextParameters" |
public static final String |
CAMEL_SOURCE_ELYTRON_ENDPOINT_SYNCHRONOUS_CONF |
"camel.source.endpoint.synchronous" |
public static final String |
CAMEL_SOURCE_ELYTRON_ENDPOINT_SYNCHRONOUS_DOC |
"Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported)." |
public static final String |
CAMEL_SOURCE_ELYTRON_ENDPOINT_UNDERTOW_HTTP_BINDING_CONF |
"camel.source.endpoint.undertowHttpBinding" |
public static final String |
CAMEL_SOURCE_ELYTRON_ENDPOINT_UNDERTOW_HTTP_BINDING_DOC |
"To use a custom UndertowHttpBinding to control the mapping between Camel message and undertow." |
public static final String |
CAMEL_SOURCE_ELYTRON_ENDPOINT_USE_STREAMING_CONF |
"camel.source.endpoint.useStreaming" |
public static final String |
CAMEL_SOURCE_ELYTRON_ENDPOINT_USE_STREAMING_DOC |
"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. For WebSocket endpoint: if true, text and binary messages will be wrapped as java.io.Reader and java.io.InputStream respectively before they are passed to an Exchange; otherwise they will be passed as String and byte respectively." |
public static final String |
CAMEL_SOURCE_ELYTRON_PATH_HTTP_URICONF |
"camel.source.path.httpURI" |
public static final String |
CAMEL_SOURCE_ELYTRON_PATH_HTTP_URIDOC |
"The url of the HTTP endpoint to use." |
Copyright © 2020 The Apache Software Foundation. All rights reserved.