Google Task

Google Task

Scheme: gtask

Represents a Google App Engine Task Queueing endpoint.

Name Kind Type Required Deprecated Default Value Enum Values Description
queueName path java.lang.String true false
servletName path java.lang.String true false
httpUri path java.net.URI true false
workerRoot parameter java.lang.String false Sets the web hook path root. @param workerRoot the assumed web hook path root. The default is worker. The servlet handling the callback from the task queueing service should have a /worker/* servlet mapping in this case. If another servlet mapping is used it must be set here accordingly.
throwExceptionOnFailure parameter boolean false true
bridgeEndpoint parameter boolean false
matchOnUriPrefix parameter boolean false
chunked parameter boolean false true
disableStreamCache parameter boolean false
proxyHost parameter java.lang.String false
proxyPort parameter int false
authMethodPriority parameter java.lang.String false
transferException parameter boolean false
traceEnabled parameter boolean false
httpMethodRestrict parameter java.lang.String false
responseBufferSize parameter java.lang.Integer false
exchangePattern parameter org.apache.camel.ExchangePattern false InOnly InOnly
RobustInOnly
InOut
InOptionalOut
OutOnly
RobustOutOnly
OutIn
OutOptionalIn
Sets the default exchange pattern when creating an exchange
synchronous parameter boolean false false Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).