public static final String |
CAMEL_SOURCE_AVRO_COMPONENT_AUTOWIRED_ENABLED_CONF |
"camel.component.avro.autowiredEnabled" |
public static final String |
CAMEL_SOURCE_AVRO_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_AVRO_COMPONENT_BRIDGE_ERROR_HANDLER_CONF |
"camel.component.avro.bridgeErrorHandler" |
public static final String |
CAMEL_SOURCE_AVRO_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_AVRO_COMPONENT_CONFIGURATION_CONF |
"camel.component.avro.configuration" |
public static final String |
CAMEL_SOURCE_AVRO_COMPONENT_CONFIGURATION_DOC |
"To use a shared AvroConfiguration to configure options once" |
public static final String |
CAMEL_SOURCE_AVRO_COMPONENT_PROTOCOL_CLASS_NAME_CONF |
"camel.component.avro.protocolClassName" |
public static final String |
CAMEL_SOURCE_AVRO_COMPONENT_PROTOCOL_CLASS_NAME_DOC |
"Avro protocol to use defined by the FQN class name" |
public static final String |
CAMEL_SOURCE_AVRO_COMPONENT_PROTOCOL_CONF |
"camel.component.avro.protocol" |
public static final String |
CAMEL_SOURCE_AVRO_COMPONENT_PROTOCOL_DOC |
"Avro protocol to use" |
public static final String |
CAMEL_SOURCE_AVRO_COMPONENT_PROTOCOL_LOCATION_CONF |
"camel.component.avro.protocolLocation" |
public static final String |
CAMEL_SOURCE_AVRO_COMPONENT_PROTOCOL_LOCATION_DOC |
"Avro protocol location" |
public static final String |
CAMEL_SOURCE_AVRO_COMPONENT_REFLECTION_PROTOCOL_CONF |
"camel.component.avro.reflectionProtocol" |
public static final String |
CAMEL_SOURCE_AVRO_COMPONENT_REFLECTION_PROTOCOL_DOC |
"If protocol object provided is reflection protocol. Should be used only with protocol parameter because for protocolClassName protocol type will be auto detected" |
public static final String |
CAMEL_SOURCE_AVRO_COMPONENT_SINGLE_PARAMETER_CONF |
"camel.component.avro.singleParameter" |
public static final String |
CAMEL_SOURCE_AVRO_COMPONENT_SINGLE_PARAMETER_DOC |
"If true, consumer parameter won\'t be wrapped into array. Will fail if protocol specifies more then 1 parameter for the message" |
public static final String |
CAMEL_SOURCE_AVRO_COMPONENT_URI_AUTHORITY_CONF |
"camel.component.avro.uriAuthority" |
public static final String |
CAMEL_SOURCE_AVRO_COMPONENT_URI_AUTHORITY_DOC |
"Authority to use (username and password)" |
public static final String |
CAMEL_SOURCE_AVRO_ENDPOINT_BRIDGE_ERROR_HANDLER_CONF |
"camel.source.endpoint.bridgeErrorHandler" |
public static final String |
CAMEL_SOURCE_AVRO_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_AVRO_ENDPOINT_EXCEPTION_HANDLER_CONF |
"camel.source.endpoint.exceptionHandler" |
public static final String |
CAMEL_SOURCE_AVRO_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_AVRO_ENDPOINT_EXCHANGE_PATTERN_CONF |
"camel.source.endpoint.exchangePattern" |
public static final String |
CAMEL_SOURCE_AVRO_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_AVRO_ENDPOINT_PROTOCOL_CLASS_NAME_CONF |
"camel.source.endpoint.protocolClassName" |
public static final String |
CAMEL_SOURCE_AVRO_ENDPOINT_PROTOCOL_CLASS_NAME_DOC |
"Avro protocol to use defined by the FQN class name" |
public static final String |
CAMEL_SOURCE_AVRO_ENDPOINT_PROTOCOL_CONF |
"camel.source.endpoint.protocol" |
public static final String |
CAMEL_SOURCE_AVRO_ENDPOINT_PROTOCOL_DOC |
"Avro protocol to use" |
public static final String |
CAMEL_SOURCE_AVRO_ENDPOINT_PROTOCOL_LOCATION_CONF |
"camel.source.endpoint.protocolLocation" |
public static final String |
CAMEL_SOURCE_AVRO_ENDPOINT_PROTOCOL_LOCATION_DOC |
"Avro protocol location" |
public static final String |
CAMEL_SOURCE_AVRO_ENDPOINT_REFLECTION_PROTOCOL_CONF |
"camel.source.endpoint.reflectionProtocol" |
public static final String |
CAMEL_SOURCE_AVRO_ENDPOINT_REFLECTION_PROTOCOL_DOC |
"If protocol object provided is reflection protocol. Should be used only with protocol parameter because for protocolClassName protocol type will be auto detected" |
public static final String |
CAMEL_SOURCE_AVRO_ENDPOINT_SINGLE_PARAMETER_CONF |
"camel.source.endpoint.singleParameter" |
public static final String |
CAMEL_SOURCE_AVRO_ENDPOINT_SINGLE_PARAMETER_DOC |
"If true, consumer parameter won\'t be wrapped into array. Will fail if protocol specifies more then 1 parameter for the message" |
public static final String |
CAMEL_SOURCE_AVRO_ENDPOINT_URI_AUTHORITY_CONF |
"camel.source.endpoint.uriAuthority" |
public static final String |
CAMEL_SOURCE_AVRO_ENDPOINT_URI_AUTHORITY_DOC |
"Authority to use (username and password)" |
public static final String |
CAMEL_SOURCE_AVRO_PATH_HOST_CONF |
"camel.source.path.host" |
public static final String |
CAMEL_SOURCE_AVRO_PATH_HOST_DOC |
"Hostname to use" |
public static final String |
CAMEL_SOURCE_AVRO_PATH_MESSAGE_NAME_CONF |
"camel.source.path.messageName" |
public static final String |
CAMEL_SOURCE_AVRO_PATH_MESSAGE_NAME_DOC |
"The name of the message to send." |
public static final String |
CAMEL_SOURCE_AVRO_PATH_PORT_CONF |
"camel.source.path.port" |
public static final String |
CAMEL_SOURCE_AVRO_PATH_PORT_DOC |
"Port number to use" |
public static final String |
CAMEL_SOURCE_AVRO_PATH_TRANSPORT_CONF |
"camel.source.path.transport" |
public static final String |
CAMEL_SOURCE_AVRO_PATH_TRANSPORT_DOC |
"Transport to use, can be either http or netty One of: [http] [netty]" |