| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CAMEL_SINK_GOOGLEPUBSUB_COMPONENT_BASIC_PROPERTY_BINDING_CONF |
"camel.component.google-pubsub.basicPropertyBinding" |
public static final String |
CAMEL_SINK_GOOGLEPUBSUB_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_GOOGLEPUBSUB_COMPONENT_ENDPOINT_CONF |
"camel.component.google-pubsub.endpoint" |
public static final String |
CAMEL_SINK_GOOGLEPUBSUB_COMPONENT_ENDPOINT_DOC |
"Endpoint to use with local Pub/Sub emulator." |
public static final String |
CAMEL_SINK_GOOGLEPUBSUB_COMPONENT_LAZY_START_PRODUCER_CONF |
"camel.component.google-pubsub.lazyStartProducer" |
public static final String |
CAMEL_SINK_GOOGLEPUBSUB_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_GOOGLEPUBSUB_COMPONENT_PUBLISHER_CACHE_SIZE_CONF |
"camel.component.google-pubsub.publisherCacheSize" |
public static final String |
CAMEL_SINK_GOOGLEPUBSUB_COMPONENT_PUBLISHER_CACHE_SIZE_DOC |
"Maximum number of producers to cache. This could be increased if you have producers for lots of different topics." |
public static final String |
CAMEL_SINK_GOOGLEPUBSUB_COMPONENT_PUBLISHER_CACHE_TIMEOUT_CONF |
"camel.component.google-pubsub.publisherCacheTimeout" |
public static final String |
CAMEL_SINK_GOOGLEPUBSUB_COMPONENT_PUBLISHER_CACHE_TIMEOUT_DOC |
"How many milliseconds should each producer stay alive in the cache." |
public static final String |
CAMEL_SINK_GOOGLEPUBSUB_COMPONENT_PUBLISHER_TERMINATION_TIMEOUT_CONF |
"camel.component.google-pubsub.publisherTerminationTimeout" |
public static final String |
CAMEL_SINK_GOOGLEPUBSUB_COMPONENT_PUBLISHER_TERMINATION_TIMEOUT_DOC |
"How many milliseconds should a producer be allowed to terminate." |
public static final String |
CAMEL_SINK_GOOGLEPUBSUB_ENDPOINT_ACK_MODE_CONF |
"camel.sink.endpoint.ackMode" |
public static final String |
CAMEL_SINK_GOOGLEPUBSUB_ENDPOINT_ACK_MODE_DEFAULT |
"AUTO" |
public static final String |
CAMEL_SINK_GOOGLEPUBSUB_ENDPOINT_ACK_MODE_DOC |
"AUTO = exchange gets ack\'ed/nack\'ed on completion. NONE = downstream process has to ack/nack explicitly One of: [AUTO] [NONE]" |
public static final String |
CAMEL_SINK_GOOGLEPUBSUB_ENDPOINT_BASIC_PROPERTY_BINDING_CONF |
"camel.sink.endpoint.basicPropertyBinding" |
public static final String |
CAMEL_SINK_GOOGLEPUBSUB_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_GOOGLEPUBSUB_ENDPOINT_CONCURRENT_CONSUMERS_CONF |
"camel.sink.endpoint.concurrentConsumers" |
public static final String |
CAMEL_SINK_GOOGLEPUBSUB_ENDPOINT_CONCURRENT_CONSUMERS_DEFAULT |
"1" |
public static final String |
CAMEL_SINK_GOOGLEPUBSUB_ENDPOINT_CONCURRENT_CONSUMERS_DOC |
"The number of parallel streams consuming from the subscription" |
public static final String |
CAMEL_SINK_GOOGLEPUBSUB_ENDPOINT_LAZY_START_PRODUCER_CONF |
"camel.sink.endpoint.lazyStartProducer" |
public static final String |
CAMEL_SINK_GOOGLEPUBSUB_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_GOOGLEPUBSUB_ENDPOINT_LOGGER_ID_CONF |
"camel.sink.endpoint.loggerId" |
public static final String |
CAMEL_SINK_GOOGLEPUBSUB_ENDPOINT_LOGGER_ID_DOC |
"Logger ID to use when a match to the parent route required" |
public static final String |
CAMEL_SINK_GOOGLEPUBSUB_ENDPOINT_MAX_MESSAGES_PER_POLL_CONF |
"camel.sink.endpoint.maxMessagesPerPoll" |
public static final String |
CAMEL_SINK_GOOGLEPUBSUB_ENDPOINT_MAX_MESSAGES_PER_POLL_DEFAULT |
"1" |
public static final String |
CAMEL_SINK_GOOGLEPUBSUB_ENDPOINT_MAX_MESSAGES_PER_POLL_DOC |
"The max number of messages to receive from the server in a single API call" |
public static final String |
CAMEL_SINK_GOOGLEPUBSUB_ENDPOINT_SYNCHRONOUS_CONF |
"camel.sink.endpoint.synchronous" |
public static final String |
CAMEL_SINK_GOOGLEPUBSUB_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_GOOGLEPUBSUB_ENDPOINT_SYNCHRONOUS_PULL_CONF |
"camel.sink.endpoint.synchronousPull" |
public static final String |
CAMEL_SINK_GOOGLEPUBSUB_ENDPOINT_SYNCHRONOUS_PULL_DOC |
"Synchronously pull batches of messages" |
public static final String |
CAMEL_SINK_GOOGLEPUBSUB_PATH_DESTINATION_NAME_CONF |
"camel.sink.path.destinationName" |
public static final String |
CAMEL_SINK_GOOGLEPUBSUB_PATH_DESTINATION_NAME_DOC |
"Destination Name" |
public static final String |
CAMEL_SINK_GOOGLEPUBSUB_PATH_PROJECT_ID_CONF |
"camel.sink.path.projectId" |
public static final String |
CAMEL_SINK_GOOGLEPUBSUB_PATH_PROJECT_ID_DOC |
"Project Id" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CAMEL_SOURCE_GOOGLEPUBSUB_COMPONENT_BASIC_PROPERTY_BINDING_CONF |
"camel.component.google-pubsub.basicPropertyBinding" |
public static final String |
CAMEL_SOURCE_GOOGLEPUBSUB_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_GOOGLEPUBSUB_COMPONENT_BRIDGE_ERROR_HANDLER_CONF |
"camel.component.google-pubsub.bridgeErrorHandler" |
public static final String |
CAMEL_SOURCE_GOOGLEPUBSUB_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_GOOGLEPUBSUB_COMPONENT_ENDPOINT_CONF |
"camel.component.google-pubsub.endpoint" |
public static final String |
CAMEL_SOURCE_GOOGLEPUBSUB_COMPONENT_ENDPOINT_DOC |
"Endpoint to use with local Pub/Sub emulator." |
public static final String |
CAMEL_SOURCE_GOOGLEPUBSUB_COMPONENT_PUBLISHER_TERMINATION_TIMEOUT_CONF |
"camel.component.google-pubsub.publisherTerminationTimeout" |
public static final String |
CAMEL_SOURCE_GOOGLEPUBSUB_COMPONENT_PUBLISHER_TERMINATION_TIMEOUT_DOC |
"How many milliseconds should a producer be allowed to terminate." |
public static final String |
CAMEL_SOURCE_GOOGLEPUBSUB_ENDPOINT_ACK_MODE_CONF |
"camel.source.endpoint.ackMode" |
public static final String |
CAMEL_SOURCE_GOOGLEPUBSUB_ENDPOINT_ACK_MODE_DEFAULT |
"AUTO" |
public static final String |
CAMEL_SOURCE_GOOGLEPUBSUB_ENDPOINT_ACK_MODE_DOC |
"AUTO = exchange gets ack\'ed/nack\'ed on completion. NONE = downstream process has to ack/nack explicitly One of: [AUTO] [NONE]" |
public static final String |
CAMEL_SOURCE_GOOGLEPUBSUB_ENDPOINT_BASIC_PROPERTY_BINDING_CONF |
"camel.source.endpoint.basicPropertyBinding" |
public static final String |
CAMEL_SOURCE_GOOGLEPUBSUB_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_GOOGLEPUBSUB_ENDPOINT_BRIDGE_ERROR_HANDLER_CONF |
"camel.source.endpoint.bridgeErrorHandler" |
public static final String |
CAMEL_SOURCE_GOOGLEPUBSUB_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_GOOGLEPUBSUB_ENDPOINT_CONCURRENT_CONSUMERS_CONF |
"camel.source.endpoint.concurrentConsumers" |
public static final String |
CAMEL_SOURCE_GOOGLEPUBSUB_ENDPOINT_CONCURRENT_CONSUMERS_DEFAULT |
"1" |
public static final String |
CAMEL_SOURCE_GOOGLEPUBSUB_ENDPOINT_CONCURRENT_CONSUMERS_DOC |
"The number of parallel streams consuming from the subscription" |
public static final String |
CAMEL_SOURCE_GOOGLEPUBSUB_ENDPOINT_EXCEPTION_HANDLER_CONF |
"camel.source.endpoint.exceptionHandler" |
public static final String |
CAMEL_SOURCE_GOOGLEPUBSUB_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_GOOGLEPUBSUB_ENDPOINT_EXCHANGE_PATTERN_CONF |
"camel.source.endpoint.exchangePattern" |
public static final String |
CAMEL_SOURCE_GOOGLEPUBSUB_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_GOOGLEPUBSUB_ENDPOINT_LOGGER_ID_CONF |
"camel.source.endpoint.loggerId" |
public static final String |
CAMEL_SOURCE_GOOGLEPUBSUB_ENDPOINT_LOGGER_ID_DOC |
"Logger ID to use when a match to the parent route required" |
public static final String |
CAMEL_SOURCE_GOOGLEPUBSUB_ENDPOINT_MAX_MESSAGES_PER_POLL_CONF |
"camel.source.endpoint.maxMessagesPerPoll" |
public static final String |
CAMEL_SOURCE_GOOGLEPUBSUB_ENDPOINT_MAX_MESSAGES_PER_POLL_DEFAULT |
"1" |
public static final String |
CAMEL_SOURCE_GOOGLEPUBSUB_ENDPOINT_MAX_MESSAGES_PER_POLL_DOC |
"The max number of messages to receive from the server in a single API call" |
public static final String |
CAMEL_SOURCE_GOOGLEPUBSUB_ENDPOINT_SYNCHRONOUS_CONF |
"camel.source.endpoint.synchronous" |
public static final String |
CAMEL_SOURCE_GOOGLEPUBSUB_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_GOOGLEPUBSUB_ENDPOINT_SYNCHRONOUS_PULL_CONF |
"camel.source.endpoint.synchronousPull" |
public static final String |
CAMEL_SOURCE_GOOGLEPUBSUB_ENDPOINT_SYNCHRONOUS_PULL_DOC |
"Synchronously pull batches of messages" |
public static final String |
CAMEL_SOURCE_GOOGLEPUBSUB_PATH_DESTINATION_NAME_CONF |
"camel.source.path.destinationName" |
public static final String |
CAMEL_SOURCE_GOOGLEPUBSUB_PATH_DESTINATION_NAME_DOC |
"Destination Name" |
public static final String |
CAMEL_SOURCE_GOOGLEPUBSUB_PATH_PROJECT_ID_CONF |
"camel.source.path.projectId" |
public static final String |
CAMEL_SOURCE_GOOGLEPUBSUB_PATH_PROJECT_ID_DOC |
"Project Id" |
Copyright © 2020 The Apache Software Foundation. All rights reserved.