| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CAMEL_SOURCE_IGNITEEVENTS_COMPONENT_AUTOWIRED_ENABLED_CONF |
"camel.component.ignite-events.autowiredEnabled" |
public static final String |
CAMEL_SOURCE_IGNITEEVENTS_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_IGNITEEVENTS_COMPONENT_BRIDGE_ERROR_HANDLER_CONF |
"camel.component.ignite-events.bridgeErrorHandler" |
public static final String |
CAMEL_SOURCE_IGNITEEVENTS_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_IGNITEEVENTS_COMPONENT_CONFIGURATION_RESOURCE_CONF |
"camel.component.ignite-events.configurationResource" |
public static final String |
CAMEL_SOURCE_IGNITEEVENTS_COMPONENT_CONFIGURATION_RESOURCE_DOC |
"The resource from where to load the configuration. It can be a: URL, String or InputStream type." |
public static final String |
CAMEL_SOURCE_IGNITEEVENTS_COMPONENT_IGNITE_CONF |
"camel.component.ignite-events.ignite" |
public static final String |
CAMEL_SOURCE_IGNITEEVENTS_COMPONENT_IGNITE_CONFIGURATION_CONF |
"camel.component.ignite-events.igniteConfiguration" |
public static final String |
CAMEL_SOURCE_IGNITEEVENTS_COMPONENT_IGNITE_CONFIGURATION_DOC |
"Allows the user to set a programmatic ignite configuration." |
public static final String |
CAMEL_SOURCE_IGNITEEVENTS_COMPONENT_IGNITE_DOC |
"To use an existing Ignite instance." |
public static final String |
CAMEL_SOURCE_IGNITEEVENTS_ENDPOINT_BRIDGE_ERROR_HANDLER_CONF |
"camel.source.endpoint.bridgeErrorHandler" |
public static final String |
CAMEL_SOURCE_IGNITEEVENTS_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_IGNITEEVENTS_ENDPOINT_CLUSTER_GROUP_EXPRESSION_CONF |
"camel.source.endpoint.clusterGroupExpression" |
public static final String |
CAMEL_SOURCE_IGNITEEVENTS_ENDPOINT_CLUSTER_GROUP_EXPRESSION_DOC |
"The cluster group expression." |
public static final String |
CAMEL_SOURCE_IGNITEEVENTS_ENDPOINT_EVENTS_CONF |
"camel.source.endpoint.events" |
public static final String |
CAMEL_SOURCE_IGNITEEVENTS_ENDPOINT_EVENTS_DEFAULT |
"EVTS_ALL" |
public static final String |
CAMEL_SOURCE_IGNITEEVENTS_ENDPOINT_EVENTS_DOC |
"The event types to subscribe to as a comma-separated string of event constants as defined in EventType. For example: EVT_CACHE_ENTRY_CREATED,EVT_CACHE_OBJECT_REMOVED,EVT_IGFS_DIR_CREATED." |
public static final String |
CAMEL_SOURCE_IGNITEEVENTS_ENDPOINT_EXCEPTION_HANDLER_CONF |
"camel.source.endpoint.exceptionHandler" |
public static final String |
CAMEL_SOURCE_IGNITEEVENTS_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_IGNITEEVENTS_ENDPOINT_EXCHANGE_PATTERN_CONF |
"camel.source.endpoint.exchangePattern" |
public static final String |
CAMEL_SOURCE_IGNITEEVENTS_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_IGNITEEVENTS_ENDPOINT_PROPAGATE_INCOMING_BODY_IF_NO_RETURN_VALUE_CONF |
"camel.source.endpoint.propagateIncomingBodyIfNoReturnValue" |
public static final String |
CAMEL_SOURCE_IGNITEEVENTS_ENDPOINT_PROPAGATE_INCOMING_BODY_IF_NO_RETURN_VALUE_DOC |
"Sets whether to propagate the incoming body if the return type of the underlying Ignite operation is void." |
public static final String |
CAMEL_SOURCE_IGNITEEVENTS_ENDPOINT_SYNCHRONOUS_CONF |
"camel.source.endpoint.synchronous" |
public static final String |
CAMEL_SOURCE_IGNITEEVENTS_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_IGNITEEVENTS_ENDPOINT_TREAT_COLLECTIONS_AS_CACHE_OBJECTS_CONF |
"camel.source.endpoint.treatCollectionsAsCacheObjects" |
public static final String |
CAMEL_SOURCE_IGNITEEVENTS_ENDPOINT_TREAT_COLLECTIONS_AS_CACHE_OBJECTS_DOC |
"Sets whether to treat Collections as cache objects or as Collections of items to insert/update/compute, etc." |
public static final String |
CAMEL_SOURCE_IGNITEEVENTS_PATH_ENDPOINT_ID_CONF |
"camel.source.path.endpointId" |
public static final String |
CAMEL_SOURCE_IGNITEEVENTS_PATH_ENDPOINT_ID_DOC |
"The endpoint ID (not used)." |
Copyright © 2021 The Apache Software Foundation. All rights reserved.