| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CAMEL_SINK_PUBNUB_COMPONENT_BASIC_PROPERTY_BINDING_CONF |
"camel.component.pubnub.basicPropertyBinding" |
public static final String |
CAMEL_SINK_PUBNUB_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_PUBNUB_COMPONENT_LAZY_START_PRODUCER_CONF |
"camel.component.pubnub.lazyStartProducer" |
public static final String |
CAMEL_SINK_PUBNUB_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_PUBNUB_ENDPOINT_AUTH_KEY_CONF |
"camel.sink.endpoint.authKey" |
public static final String |
CAMEL_SINK_PUBNUB_ENDPOINT_AUTH_KEY_DOC |
"If Access Manager is utilized, client will use this authKey in all restricted requests." |
public static final String |
CAMEL_SINK_PUBNUB_ENDPOINT_BASIC_PROPERTY_BINDING_CONF |
"camel.sink.endpoint.basicPropertyBinding" |
public static final String |
CAMEL_SINK_PUBNUB_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_PUBNUB_ENDPOINT_CIPHER_KEY_CONF |
"camel.sink.endpoint.cipherKey" |
public static final String |
CAMEL_SINK_PUBNUB_ENDPOINT_CIPHER_KEY_DOC |
"If cipher is passed, all communications to/from PubNub will be encrypted." |
public static final String |
CAMEL_SINK_PUBNUB_ENDPOINT_LAZY_START_PRODUCER_CONF |
"camel.sink.endpoint.lazyStartProducer" |
public static final String |
CAMEL_SINK_PUBNUB_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_PUBNUB_ENDPOINT_OPERATION_CONF |
"camel.sink.endpoint.operation" |
public static final String |
CAMEL_SINK_PUBNUB_ENDPOINT_OPERATION_DOC |
"The operation to perform. PUBLISH: Default. Send a message to all subscribers of a channel. FIRE: allows the client to send a message to BLOCKS Event Handlers. These messages will go directly to any Event Handlers registered on the channel. HERENOW: Obtain information about the current state of a channel including a list of unique user-ids currently subscribed to the channel and the total occupancy count. WHERENOW: Obtain information about the current list of channels to which a uuid is subscribed to. GETSTATE: Used to get key/value pairs specific to a subscriber uuid. State information is supplied as a JSON object of key/value pairs SETSTATE: Used to set key/value pairs specific to a subscriber uuid GETHISTORY: Fetches historical messages of a channel. One of: [HERENOW] [WHERENOW] [GETSTATE] [SETSTATE] [GETHISTORY] [PUBLISH] [FIRE]" |
public static final String |
CAMEL_SINK_PUBNUB_ENDPOINT_PUBLISH_KEY_CONF |
"camel.sink.endpoint.publishKey" |
public static final String |
CAMEL_SINK_PUBNUB_ENDPOINT_PUBLISH_KEY_DOC |
"The publish key obtained from your PubNub account. Required when publishing messages." |
public static final String |
CAMEL_SINK_PUBNUB_ENDPOINT_PUBNUB_CONF |
"camel.sink.endpoint.pubnub" |
public static final String |
CAMEL_SINK_PUBNUB_ENDPOINT_PUBNUB_DOC |
"Reference to a Pubnub client in the registry." |
public static final String |
CAMEL_SINK_PUBNUB_ENDPOINT_SECRET_KEY_CONF |
"camel.sink.endpoint.secretKey" |
public static final String |
CAMEL_SINK_PUBNUB_ENDPOINT_SECRET_KEY_DOC |
"The secret key used for message signing." |
public static final String |
CAMEL_SINK_PUBNUB_ENDPOINT_SECURE_CONF |
"camel.sink.endpoint.secure" |
public static final String |
CAMEL_SINK_PUBNUB_ENDPOINT_SECURE_DOC |
"Use SSL for secure transmission." |
public static final String |
CAMEL_SINK_PUBNUB_ENDPOINT_SUBSCRIBE_KEY_CONF |
"camel.sink.endpoint.subscribeKey" |
public static final String |
CAMEL_SINK_PUBNUB_ENDPOINT_SUBSCRIBE_KEY_DOC |
"The subscribe key obtained from your PubNub account. Required when subscribing to channels or listening for presence events" |
public static final String |
CAMEL_SINK_PUBNUB_ENDPOINT_SYNCHRONOUS_CONF |
"camel.sink.endpoint.synchronous" |
public static final String |
CAMEL_SINK_PUBNUB_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_PUBNUB_ENDPOINT_UUID_CONF |
"camel.sink.endpoint.uuid" |
public static final String |
CAMEL_SINK_PUBNUB_ENDPOINT_UUID_DOC |
"UUID to be used as a device identifier, a default UUID is generated if not passed." |
public static final String |
CAMEL_SINK_PUBNUB_PATH_CHANNEL_CONF |
"camel.sink.path.channel" |
public static final String |
CAMEL_SINK_PUBNUB_PATH_CHANNEL_DOC |
"The channel used for subscribing/publishing events" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CAMEL_SOURCE_PUBNUB_COMPONENT_BASIC_PROPERTY_BINDING_CONF |
"camel.component.pubnub.basicPropertyBinding" |
public static final String |
CAMEL_SOURCE_PUBNUB_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_PUBNUB_COMPONENT_BRIDGE_ERROR_HANDLER_CONF |
"camel.component.pubnub.bridgeErrorHandler" |
public static final String |
CAMEL_SOURCE_PUBNUB_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_PUBNUB_ENDPOINT_AUTH_KEY_CONF |
"camel.source.endpoint.authKey" |
public static final String |
CAMEL_SOURCE_PUBNUB_ENDPOINT_AUTH_KEY_DOC |
"If Access Manager is utilized, client will use this authKey in all restricted requests." |
public static final String |
CAMEL_SOURCE_PUBNUB_ENDPOINT_BASIC_PROPERTY_BINDING_CONF |
"camel.source.endpoint.basicPropertyBinding" |
public static final String |
CAMEL_SOURCE_PUBNUB_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_PUBNUB_ENDPOINT_BRIDGE_ERROR_HANDLER_CONF |
"camel.source.endpoint.bridgeErrorHandler" |
public static final String |
CAMEL_SOURCE_PUBNUB_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_PUBNUB_ENDPOINT_CIPHER_KEY_CONF |
"camel.source.endpoint.cipherKey" |
public static final String |
CAMEL_SOURCE_PUBNUB_ENDPOINT_CIPHER_KEY_DOC |
"If cipher is passed, all communications to/from PubNub will be encrypted." |
public static final String |
CAMEL_SOURCE_PUBNUB_ENDPOINT_EXCEPTION_HANDLER_CONF |
"camel.source.endpoint.exceptionHandler" |
public static final String |
CAMEL_SOURCE_PUBNUB_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_PUBNUB_ENDPOINT_EXCHANGE_PATTERN_CONF |
"camel.source.endpoint.exchangePattern" |
public static final String |
CAMEL_SOURCE_PUBNUB_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_PUBNUB_ENDPOINT_PUBLISH_KEY_CONF |
"camel.source.endpoint.publishKey" |
public static final String |
CAMEL_SOURCE_PUBNUB_ENDPOINT_PUBLISH_KEY_DOC |
"The publish key obtained from your PubNub account. Required when publishing messages." |
public static final String |
CAMEL_SOURCE_PUBNUB_ENDPOINT_PUBNUB_CONF |
"camel.source.endpoint.pubnub" |
public static final String |
CAMEL_SOURCE_PUBNUB_ENDPOINT_PUBNUB_DOC |
"Reference to a Pubnub client in the registry." |
public static final String |
CAMEL_SOURCE_PUBNUB_ENDPOINT_SECRET_KEY_CONF |
"camel.source.endpoint.secretKey" |
public static final String |
CAMEL_SOURCE_PUBNUB_ENDPOINT_SECRET_KEY_DOC |
"The secret key used for message signing." |
public static final String |
CAMEL_SOURCE_PUBNUB_ENDPOINT_SECURE_CONF |
"camel.source.endpoint.secure" |
public static final String |
CAMEL_SOURCE_PUBNUB_ENDPOINT_SECURE_DOC |
"Use SSL for secure transmission." |
public static final String |
CAMEL_SOURCE_PUBNUB_ENDPOINT_SUBSCRIBE_KEY_CONF |
"camel.source.endpoint.subscribeKey" |
public static final String |
CAMEL_SOURCE_PUBNUB_ENDPOINT_SUBSCRIBE_KEY_DOC |
"The subscribe key obtained from your PubNub account. Required when subscribing to channels or listening for presence events" |
public static final String |
CAMEL_SOURCE_PUBNUB_ENDPOINT_SYNCHRONOUS_CONF |
"camel.source.endpoint.synchronous" |
public static final String |
CAMEL_SOURCE_PUBNUB_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_PUBNUB_ENDPOINT_UUID_CONF |
"camel.source.endpoint.uuid" |
public static final String |
CAMEL_SOURCE_PUBNUB_ENDPOINT_UUID_DOC |
"UUID to be used as a device identifier, a default UUID is generated if not passed." |
public static final String |
CAMEL_SOURCE_PUBNUB_ENDPOINT_WITH_PRESENCE_CONF |
"camel.source.endpoint.withPresence" |
public static final String |
CAMEL_SOURCE_PUBNUB_ENDPOINT_WITH_PRESENCE_DOC |
"Also subscribe to related presence information" |
public static final String |
CAMEL_SOURCE_PUBNUB_PATH_CHANNEL_CONF |
"camel.source.path.channel" |
public static final String |
CAMEL_SOURCE_PUBNUB_PATH_CHANNEL_DOC |
"The channel used for subscribing/publishing events" |
Copyright © 2020 The Apache Software Foundation. All rights reserved.