| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CAMEL_SINK_GRPC_COMPONENT_BASIC_PROPERTY_BINDING_CONF |
"camel.component.grpc.basicPropertyBinding" |
public static final String |
CAMEL_SINK_GRPC_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_GRPC_COMPONENT_LAZY_START_PRODUCER_CONF |
"camel.component.grpc.lazyStartProducer" |
public static final String |
CAMEL_SINK_GRPC_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_GRPC_ENDPOINT_AUTHENTICATION_TYPE_CONF |
"camel.sink.endpoint.authenticationType" |
public static final String |
CAMEL_SINK_GRPC_ENDPOINT_AUTHENTICATION_TYPE_DEFAULT |
"NONE" |
public static final String |
CAMEL_SINK_GRPC_ENDPOINT_AUTHENTICATION_TYPE_DOC |
"Authentication method type in advance to the SSL/TLS negotiation One of: [NONE] [GOOGLE] [JWT]" |
public static final String |
CAMEL_SINK_GRPC_ENDPOINT_BASIC_PROPERTY_BINDING_CONF |
"camel.sink.endpoint.basicPropertyBinding" |
public static final String |
CAMEL_SINK_GRPC_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_GRPC_ENDPOINT_FLOW_CONTROL_WINDOW_CONF |
"camel.sink.endpoint.flowControlWindow" |
public static final String |
CAMEL_SINK_GRPC_ENDPOINT_FLOW_CONTROL_WINDOW_DOC |
"The HTTP/2 flow control window size (MiB)" |
public static final String |
CAMEL_SINK_GRPC_ENDPOINT_JWT_ALGORITHM_CONF |
"camel.sink.endpoint.jwtAlgorithm" |
public static final String |
CAMEL_SINK_GRPC_ENDPOINT_JWT_ALGORITHM_DEFAULT |
"HMAC256" |
public static final String |
CAMEL_SINK_GRPC_ENDPOINT_JWT_ALGORITHM_DOC |
"JSON Web Token sign algorithm One of: [HMAC256] [HMAC384] [HMAC512]" |
public static final String |
CAMEL_SINK_GRPC_ENDPOINT_JWT_ISSUER_CONF |
"camel.sink.endpoint.jwtIssuer" |
public static final String |
CAMEL_SINK_GRPC_ENDPOINT_JWT_ISSUER_DOC |
"JSON Web Token issuer" |
public static final String |
CAMEL_SINK_GRPC_ENDPOINT_JWT_SECRET_CONF |
"camel.sink.endpoint.jwtSecret" |
public static final String |
CAMEL_SINK_GRPC_ENDPOINT_JWT_SECRET_DOC |
"JSON Web Token secret" |
public static final String |
CAMEL_SINK_GRPC_ENDPOINT_JWT_SUBJECT_CONF |
"camel.sink.endpoint.jwtSubject" |
public static final String |
CAMEL_SINK_GRPC_ENDPOINT_JWT_SUBJECT_DOC |
"JSON Web Token subject" |
public static final String |
CAMEL_SINK_GRPC_ENDPOINT_KEY_CERT_CHAIN_RESOURCE_CONF |
"camel.sink.endpoint.keyCertChainResource" |
public static final String |
CAMEL_SINK_GRPC_ENDPOINT_KEY_CERT_CHAIN_RESOURCE_DOC |
"The X.509 certificate chain file resource in PEM format link" |
public static final String |
CAMEL_SINK_GRPC_ENDPOINT_KEY_PASSWORD_CONF |
"camel.sink.endpoint.keyPassword" |
public static final String |
CAMEL_SINK_GRPC_ENDPOINT_KEY_PASSWORD_DOC |
"The PKCS#8 private key file password" |
public static final String |
CAMEL_SINK_GRPC_ENDPOINT_KEY_RESOURCE_CONF |
"camel.sink.endpoint.keyResource" |
public static final String |
CAMEL_SINK_GRPC_ENDPOINT_KEY_RESOURCE_DOC |
"The PKCS#8 private key file resource in PEM format link" |
public static final String |
CAMEL_SINK_GRPC_ENDPOINT_LAZY_START_PRODUCER_CONF |
"camel.sink.endpoint.lazyStartProducer" |
public static final String |
CAMEL_SINK_GRPC_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_GRPC_ENDPOINT_MAX_MESSAGE_SIZE_CONF |
"camel.sink.endpoint.maxMessageSize" |
public static final String |
CAMEL_SINK_GRPC_ENDPOINT_MAX_MESSAGE_SIZE_DOC |
"The maximum message size allowed to be received/sent (MiB)" |
public static final String |
CAMEL_SINK_GRPC_ENDPOINT_METHOD_CONF |
"camel.sink.endpoint.method" |
public static final String |
CAMEL_SINK_GRPC_ENDPOINT_METHOD_DOC |
"gRPC method name" |
public static final String |
CAMEL_SINK_GRPC_ENDPOINT_NEGOTIATION_TYPE_CONF |
"camel.sink.endpoint.negotiationType" |
public static final String |
CAMEL_SINK_GRPC_ENDPOINT_NEGOTIATION_TYPE_DEFAULT |
"PLAINTEXT" |
public static final String |
CAMEL_SINK_GRPC_ENDPOINT_NEGOTIATION_TYPE_DOC |
"Identifies the security negotiation type used for HTTP/2 communication One of: [TLS] [PLAINTEXT_UPGRADE] [PLAINTEXT]" |
public static final String |
CAMEL_SINK_GRPC_ENDPOINT_PRODUCER_STRATEGY_CONF |
"camel.sink.endpoint.producerStrategy" |
public static final String |
CAMEL_SINK_GRPC_ENDPOINT_PRODUCER_STRATEGY_DEFAULT |
"SIMPLE" |
public static final String |
CAMEL_SINK_GRPC_ENDPOINT_PRODUCER_STRATEGY_DOC |
"The mode used to communicate with a remote gRPC server. In SIMPLE mode a single exchange is translated into a remote procedure call. In STREAMING mode all exchanges will be sent within the same request (input and output of the recipient gRPC service must be of type \'stream\'). One of: [SIMPLE] [STREAMING]" |
public static final String |
CAMEL_SINK_GRPC_ENDPOINT_SERVICE_ACCOUNT_RESOURCE_CONF |
"camel.sink.endpoint.serviceAccountResource" |
public static final String |
CAMEL_SINK_GRPC_ENDPOINT_SERVICE_ACCOUNT_RESOURCE_DOC |
"Service Account key file in JSON format resource link supported by the Google Cloud SDK" |
public static final String |
CAMEL_SINK_GRPC_ENDPOINT_STREAM_REPLIES_TO_CONF |
"camel.sink.endpoint.streamRepliesTo" |
public static final String |
CAMEL_SINK_GRPC_ENDPOINT_STREAM_REPLIES_TO_DOC |
"When using STREAMING client mode, it indicates the endpoint where responses should be forwarded." |
public static final String |
CAMEL_SINK_GRPC_ENDPOINT_SYNCHRONOUS_CONF |
"camel.sink.endpoint.synchronous" |
public static final String |
CAMEL_SINK_GRPC_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_GRPC_ENDPOINT_TRUST_CERT_COLLECTION_RESOURCE_CONF |
"camel.sink.endpoint.trustCertCollectionResource" |
public static final String |
CAMEL_SINK_GRPC_ENDPOINT_TRUST_CERT_COLLECTION_RESOURCE_DOC |
"The trusted certificates collection file resource in PEM format for verifying the remote endpoint\'s certificate" |
public static final String |
CAMEL_SINK_GRPC_ENDPOINT_USER_AGENT_CONF |
"camel.sink.endpoint.userAgent" |
public static final String |
CAMEL_SINK_GRPC_ENDPOINT_USER_AGENT_DOC |
"The user agent header passed to the server" |
public static final String |
CAMEL_SINK_GRPC_PATH_HOST_CONF |
"camel.sink.path.host" |
public static final String |
CAMEL_SINK_GRPC_PATH_HOST_DOC |
"The gRPC server host name. This is localhost or 0.0.0.0 when being a consumer or remote server host name when using producer." |
public static final String |
CAMEL_SINK_GRPC_PATH_PORT_CONF |
"camel.sink.path.port" |
public static final String |
CAMEL_SINK_GRPC_PATH_PORT_DOC |
"The gRPC local or remote server port" |
public static final String |
CAMEL_SINK_GRPC_PATH_SERVICE_CONF |
"camel.sink.path.service" |
public static final String |
CAMEL_SINK_GRPC_PATH_SERVICE_DOC |
"Fully qualified service name from the protocol buffer descriptor file (package dot service definition name)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CAMEL_SOURCE_GRPC_COMPONENT_BASIC_PROPERTY_BINDING_CONF |
"camel.component.grpc.basicPropertyBinding" |
public static final String |
CAMEL_SOURCE_GRPC_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_GRPC_COMPONENT_BRIDGE_ERROR_HANDLER_CONF |
"camel.component.grpc.bridgeErrorHandler" |
public static final String |
CAMEL_SOURCE_GRPC_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_GRPC_ENDPOINT_AUTHENTICATION_TYPE_CONF |
"camel.source.endpoint.authenticationType" |
public static final String |
CAMEL_SOURCE_GRPC_ENDPOINT_AUTHENTICATION_TYPE_DEFAULT |
"NONE" |
public static final String |
CAMEL_SOURCE_GRPC_ENDPOINT_AUTHENTICATION_TYPE_DOC |
"Authentication method type in advance to the SSL/TLS negotiation One of: [NONE] [GOOGLE] [JWT]" |
public static final String |
CAMEL_SOURCE_GRPC_ENDPOINT_BASIC_PROPERTY_BINDING_CONF |
"camel.source.endpoint.basicPropertyBinding" |
public static final String |
CAMEL_SOURCE_GRPC_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_GRPC_ENDPOINT_BRIDGE_ERROR_HANDLER_CONF |
"camel.source.endpoint.bridgeErrorHandler" |
public static final String |
CAMEL_SOURCE_GRPC_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_GRPC_ENDPOINT_CONSUMER_STRATEGY_CONF |
"camel.source.endpoint.consumerStrategy" |
public static final String |
CAMEL_SOURCE_GRPC_ENDPOINT_CONSUMER_STRATEGY_DEFAULT |
"PROPAGATION" |
public static final String |
CAMEL_SOURCE_GRPC_ENDPOINT_CONSUMER_STRATEGY_DOC |
"This option specifies the top-level strategy for processing service requests and responses in streaming mode. If an aggregation strategy is selected, all requests will be accumulated in the list, then transferred to the flow, and the accumulated responses will be sent to the sender. If a propagation strategy is selected, request is sent to the stream, and the response will be immediately sent back to the sender. One of: [AGGREGATION] [PROPAGATION]" |
public static final String |
CAMEL_SOURCE_GRPC_ENDPOINT_EXCEPTION_HANDLER_CONF |
"camel.source.endpoint.exceptionHandler" |
public static final String |
CAMEL_SOURCE_GRPC_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_GRPC_ENDPOINT_EXCHANGE_PATTERN_CONF |
"camel.source.endpoint.exchangePattern" |
public static final String |
CAMEL_SOURCE_GRPC_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_GRPC_ENDPOINT_FLOW_CONTROL_WINDOW_CONF |
"camel.source.endpoint.flowControlWindow" |
public static final String |
CAMEL_SOURCE_GRPC_ENDPOINT_FLOW_CONTROL_WINDOW_DOC |
"The HTTP/2 flow control window size (MiB)" |
public static final String |
CAMEL_SOURCE_GRPC_ENDPOINT_FORWARD_ON_COMPLETED_CONF |
"camel.source.endpoint.forwardOnCompleted" |
public static final String |
CAMEL_SOURCE_GRPC_ENDPOINT_FORWARD_ON_COMPLETED_DOC |
"Determines if onCompleted events should be pushed to the Camel route." |
public static final String |
CAMEL_SOURCE_GRPC_ENDPOINT_FORWARD_ON_ERROR_CONF |
"camel.source.endpoint.forwardOnError" |
public static final String |
CAMEL_SOURCE_GRPC_ENDPOINT_FORWARD_ON_ERROR_DOC |
"Determines if onError events should be pushed to the Camel route. Exceptions will be set as message body." |
public static final String |
CAMEL_SOURCE_GRPC_ENDPOINT_JWT_ALGORITHM_CONF |
"camel.source.endpoint.jwtAlgorithm" |
public static final String |
CAMEL_SOURCE_GRPC_ENDPOINT_JWT_ALGORITHM_DEFAULT |
"HMAC256" |
public static final String |
CAMEL_SOURCE_GRPC_ENDPOINT_JWT_ALGORITHM_DOC |
"JSON Web Token sign algorithm One of: [HMAC256] [HMAC384] [HMAC512]" |
public static final String |
CAMEL_SOURCE_GRPC_ENDPOINT_JWT_ISSUER_CONF |
"camel.source.endpoint.jwtIssuer" |
public static final String |
CAMEL_SOURCE_GRPC_ENDPOINT_JWT_ISSUER_DOC |
"JSON Web Token issuer" |
public static final String |
CAMEL_SOURCE_GRPC_ENDPOINT_JWT_SECRET_CONF |
"camel.source.endpoint.jwtSecret" |
public static final String |
CAMEL_SOURCE_GRPC_ENDPOINT_JWT_SECRET_DOC |
"JSON Web Token secret" |
public static final String |
CAMEL_SOURCE_GRPC_ENDPOINT_JWT_SUBJECT_CONF |
"camel.source.endpoint.jwtSubject" |
public static final String |
CAMEL_SOURCE_GRPC_ENDPOINT_JWT_SUBJECT_DOC |
"JSON Web Token subject" |
public static final String |
CAMEL_SOURCE_GRPC_ENDPOINT_KEY_CERT_CHAIN_RESOURCE_CONF |
"camel.source.endpoint.keyCertChainResource" |
public static final String |
CAMEL_SOURCE_GRPC_ENDPOINT_KEY_CERT_CHAIN_RESOURCE_DOC |
"The X.509 certificate chain file resource in PEM format link" |
public static final String |
CAMEL_SOURCE_GRPC_ENDPOINT_KEY_PASSWORD_CONF |
"camel.source.endpoint.keyPassword" |
public static final String |
CAMEL_SOURCE_GRPC_ENDPOINT_KEY_PASSWORD_DOC |
"The PKCS#8 private key file password" |
public static final String |
CAMEL_SOURCE_GRPC_ENDPOINT_KEY_RESOURCE_CONF |
"camel.source.endpoint.keyResource" |
public static final String |
CAMEL_SOURCE_GRPC_ENDPOINT_KEY_RESOURCE_DOC |
"The PKCS#8 private key file resource in PEM format link" |
public static final String |
CAMEL_SOURCE_GRPC_ENDPOINT_MAX_CONCURRENT_CALLS_PER_CONNECTION_CONF |
"camel.source.endpoint.maxConcurrentCallsPerConnection" |
public static final String |
CAMEL_SOURCE_GRPC_ENDPOINT_MAX_CONCURRENT_CALLS_PER_CONNECTION_DOC |
"The maximum number of concurrent calls permitted for each incoming server connection" |
public static final String |
CAMEL_SOURCE_GRPC_ENDPOINT_MAX_MESSAGE_SIZE_CONF |
"camel.source.endpoint.maxMessageSize" |
public static final String |
CAMEL_SOURCE_GRPC_ENDPOINT_MAX_MESSAGE_SIZE_DOC |
"The maximum message size allowed to be received/sent (MiB)" |
public static final String |
CAMEL_SOURCE_GRPC_ENDPOINT_NEGOTIATION_TYPE_CONF |
"camel.source.endpoint.negotiationType" |
public static final String |
CAMEL_SOURCE_GRPC_ENDPOINT_NEGOTIATION_TYPE_DEFAULT |
"PLAINTEXT" |
public static final String |
CAMEL_SOURCE_GRPC_ENDPOINT_NEGOTIATION_TYPE_DOC |
"Identifies the security negotiation type used for HTTP/2 communication One of: [TLS] [PLAINTEXT_UPGRADE] [PLAINTEXT]" |
public static final String |
CAMEL_SOURCE_GRPC_ENDPOINT_SERVICE_ACCOUNT_RESOURCE_CONF |
"camel.source.endpoint.serviceAccountResource" |
public static final String |
CAMEL_SOURCE_GRPC_ENDPOINT_SERVICE_ACCOUNT_RESOURCE_DOC |
"Service Account key file in JSON format resource link supported by the Google Cloud SDK" |
public static final String |
CAMEL_SOURCE_GRPC_ENDPOINT_SYNCHRONOUS_CONF |
"camel.source.endpoint.synchronous" |
public static final String |
CAMEL_SOURCE_GRPC_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_GRPC_ENDPOINT_TRUST_CERT_COLLECTION_RESOURCE_CONF |
"camel.source.endpoint.trustCertCollectionResource" |
public static final String |
CAMEL_SOURCE_GRPC_ENDPOINT_TRUST_CERT_COLLECTION_RESOURCE_DOC |
"The trusted certificates collection file resource in PEM format for verifying the remote endpoint\'s certificate" |
public static final String |
CAMEL_SOURCE_GRPC_PATH_HOST_CONF |
"camel.source.path.host" |
public static final String |
CAMEL_SOURCE_GRPC_PATH_HOST_DOC |
"The gRPC server host name. This is localhost or 0.0.0.0 when being a consumer or remote server host name when using producer." |
public static final String |
CAMEL_SOURCE_GRPC_PATH_PORT_CONF |
"camel.source.path.port" |
public static final String |
CAMEL_SOURCE_GRPC_PATH_PORT_DOC |
"The gRPC local or remote server port" |
public static final String |
CAMEL_SOURCE_GRPC_PATH_SERVICE_CONF |
"camel.source.path.service" |
public static final String |
CAMEL_SOURCE_GRPC_PATH_SERVICE_DOC |
"Fully qualified service name from the protocol buffer descriptor file (package dot service definition name)" |
Copyright © 2020 The Apache Software Foundation. All rights reserved.