public static final String |
CAMEL_SOURCE_WEBHOOK_COMPONENT_AUTOWIRED_ENABLED_CONF |
"camel.component.webhook.autowiredEnabled" |
public static final String |
CAMEL_SOURCE_WEBHOOK_COMPONENT_AUTOWIRED_ENABLED_DOC |
"Whether autowiring is enabled. This is used for automatic autowiring options (the option must be marked as autowired) by looking up in the registry to find if there is a single instance of matching type, which then gets configured on the component. This can be used for automatic configuring JDBC data sources, JMS connection factories, AWS Clients, etc." |
public static final String |
CAMEL_SOURCE_WEBHOOK_COMPONENT_BRIDGE_ERROR_HANDLER_CONF |
"camel.component.webhook.bridgeErrorHandler" |
public static final String |
CAMEL_SOURCE_WEBHOOK_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_WEBHOOK_COMPONENT_CONFIGURATION_CONF |
"camel.component.webhook.configuration" |
public static final String |
CAMEL_SOURCE_WEBHOOK_COMPONENT_CONFIGURATION_DOC |
"Set the default configuration for the webhook meta-component." |
public static final String |
CAMEL_SOURCE_WEBHOOK_COMPONENT_WEBHOOK_AUTO_REGISTER_CONF |
"camel.component.webhook.webhookAutoRegister" |
public static final String |
CAMEL_SOURCE_WEBHOOK_COMPONENT_WEBHOOK_AUTO_REGISTER_DOC |
"Automatically register the webhook at startup and unregister it on shutdown." |
public static final String |
CAMEL_SOURCE_WEBHOOK_COMPONENT_WEBHOOK_BASE_PATH_CONF |
"camel.component.webhook.webhookBasePath" |
public static final String |
CAMEL_SOURCE_WEBHOOK_COMPONENT_WEBHOOK_BASE_PATH_DOC |
"The first (base) path element where the webhook will be exposed. It\'s a good practice to set it to a random string, so that it cannot be guessed by unauthorized parties." |
public static final String |
CAMEL_SOURCE_WEBHOOK_COMPONENT_WEBHOOK_COMPONENT_NAME_CONF |
"camel.component.webhook.webhookComponentName" |
public static final String |
CAMEL_SOURCE_WEBHOOK_COMPONENT_WEBHOOK_COMPONENT_NAME_DOC |
"The Camel Rest component to use for the REST transport, such as netty-http." |
public static final String |
CAMEL_SOURCE_WEBHOOK_COMPONENT_WEBHOOK_EXTERNAL_URL_CONF |
"camel.component.webhook.webhookExternalUrl" |
public static final String |
CAMEL_SOURCE_WEBHOOK_COMPONENT_WEBHOOK_EXTERNAL_URL_DOC |
"The URL of the current service as seen by the webhook provider" |
public static final String |
CAMEL_SOURCE_WEBHOOK_COMPONENT_WEBHOOK_PATH_CONF |
"camel.component.webhook.webhookPath" |
public static final String |
CAMEL_SOURCE_WEBHOOK_COMPONENT_WEBHOOK_PATH_DOC |
"The path where the webhook endpoint will be exposed (relative to basePath, if any)" |
public static final String |
CAMEL_SOURCE_WEBHOOK_ENDPOINT_BRIDGE_ERROR_HANDLER_CONF |
"camel.source.endpoint.bridgeErrorHandler" |
public static final String |
CAMEL_SOURCE_WEBHOOK_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_WEBHOOK_ENDPOINT_EXCEPTION_HANDLER_CONF |
"camel.source.endpoint.exceptionHandler" |
public static final String |
CAMEL_SOURCE_WEBHOOK_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_WEBHOOK_ENDPOINT_EXCHANGE_PATTERN_CONF |
"camel.source.endpoint.exchangePattern" |
public static final String |
CAMEL_SOURCE_WEBHOOK_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_WEBHOOK_ENDPOINT_WEBHOOK_AUTO_REGISTER_CONF |
"camel.source.endpoint.webhookAutoRegister" |
public static final String |
CAMEL_SOURCE_WEBHOOK_ENDPOINT_WEBHOOK_AUTO_REGISTER_DOC |
"Automatically register the webhook at startup and unregister it on shutdown." |
public static final String |
CAMEL_SOURCE_WEBHOOK_ENDPOINT_WEBHOOK_BASE_PATH_CONF |
"camel.source.endpoint.webhookBasePath" |
public static final String |
CAMEL_SOURCE_WEBHOOK_ENDPOINT_WEBHOOK_BASE_PATH_DOC |
"The first (base) path element where the webhook will be exposed. It\'s a good practice to set it to a random string, so that it cannot be guessed by unauthorized parties." |
public static final String |
CAMEL_SOURCE_WEBHOOK_ENDPOINT_WEBHOOK_COMPONENT_NAME_CONF |
"camel.source.endpoint.webhookComponentName" |
public static final String |
CAMEL_SOURCE_WEBHOOK_ENDPOINT_WEBHOOK_COMPONENT_NAME_DOC |
"The Camel Rest component to use for the REST transport, such as netty-http." |
public static final String |
CAMEL_SOURCE_WEBHOOK_ENDPOINT_WEBHOOK_EXTERNAL_URL_CONF |
"camel.source.endpoint.webhookExternalUrl" |
public static final String |
CAMEL_SOURCE_WEBHOOK_ENDPOINT_WEBHOOK_EXTERNAL_URL_DOC |
"The URL of the current service as seen by the webhook provider" |
public static final String |
CAMEL_SOURCE_WEBHOOK_ENDPOINT_WEBHOOK_PATH_CONF |
"camel.source.endpoint.webhookPath" |
public static final String |
CAMEL_SOURCE_WEBHOOK_ENDPOINT_WEBHOOK_PATH_DOC |
"The path where the webhook endpoint will be exposed (relative to basePath, if any)" |
public static final String |
CAMEL_SOURCE_WEBHOOK_PATH_ENDPOINT_URI_CONF |
"camel.source.path.endpointUri" |
public static final String |
CAMEL_SOURCE_WEBHOOK_PATH_ENDPOINT_URI_DOC |
"The delegate uri. Must belong to a component that supports webhooks." |