Interface GeoCoderEndpointBuilderFactory.GeoCoderEndpointBuilder
-
- All Superinterfaces:
org.apache.camel.builder.EndpointProducerBuilder
,org.apache.camel.EndpointProducerResolver
- Enclosing interface:
- GeoCoderEndpointBuilderFactory
public static interface GeoCoderEndpointBuilderFactory.GeoCoderEndpointBuilder extends org.apache.camel.builder.EndpointProducerBuilder
Builder for endpoint for the Geocoder component.
-
-
Method Summary
-
-
-
Method Detail
-
advanced
default GeoCoderEndpointBuilderFactory.AdvancedGeoCoderEndpointBuilder advanced()
-
headersOnly
default GeoCoderEndpointBuilderFactory.GeoCoderEndpointBuilder headersOnly(boolean headersOnly)
Whether to only enrich the Exchange with headers, and leave the body as-is. The option is a:boolean
type. Default: false Group: producer
-
headersOnly
default GeoCoderEndpointBuilderFactory.GeoCoderEndpointBuilder headersOnly(String headersOnly)
Whether to only enrich the Exchange with headers, and leave the body as-is. The option will be converted to aboolean
type. Default: false Group: producer
-
language
default GeoCoderEndpointBuilderFactory.GeoCoderEndpointBuilder language(String language)
The language to use. The option is a:java.lang.String
type. Default: en Group: producer
-
lazyStartProducer
default GeoCoderEndpointBuilderFactory.GeoCoderEndpointBuilder lazyStartProducer(boolean lazyStartProducer)
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. The option is a:boolean
type. Default: false Group: producer
-
lazyStartProducer
default GeoCoderEndpointBuilderFactory.GeoCoderEndpointBuilder lazyStartProducer(String lazyStartProducer)
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. The option will be converted to aboolean
type. Default: false Group: producer
-
serverUrl
default GeoCoderEndpointBuilderFactory.GeoCoderEndpointBuilder serverUrl(String serverUrl)
URL to the geocoder server. Mandatory for Nominatim server. The option is a:java.lang.String
type. Group: producer
-
type
default GeoCoderEndpointBuilderFactory.GeoCoderEndpointBuilder type(GeoCoderEndpointBuilderFactory.GeoCoderType type)
Type of GeoCoding server. Supported Nominatim and Google. The option is a:org.apache.camel.component.geocoder.GeoCoderType
type. Group: producer
-
type
default GeoCoderEndpointBuilderFactory.GeoCoderEndpointBuilder type(String type)
Type of GeoCoding server. Supported Nominatim and Google. The option will be converted to aorg.apache.camel.component.geocoder.GeoCoderType
type. Group: producer
-
proxyAuthDomain
default GeoCoderEndpointBuilderFactory.GeoCoderEndpointBuilder proxyAuthDomain(String proxyAuthDomain)
Proxy Authentication Domain to access Google GeoCoding server. The option is a:java.lang.String
type. Group: proxy
-
proxyAuthHost
default GeoCoderEndpointBuilderFactory.GeoCoderEndpointBuilder proxyAuthHost(String proxyAuthHost)
Proxy Authentication Host to access Google GeoCoding server. The option is a:java.lang.String
type. Group: proxy
-
proxyAuthMethod
default GeoCoderEndpointBuilderFactory.GeoCoderEndpointBuilder proxyAuthMethod(String proxyAuthMethod)
Authentication Method to Google GeoCoding server. The option is a:java.lang.String
type. Group: proxy
-
proxyAuthPassword
default GeoCoderEndpointBuilderFactory.GeoCoderEndpointBuilder proxyAuthPassword(String proxyAuthPassword)
Proxy Password to access GeoCoding server. The option is a:java.lang.String
type. Group: proxy
-
proxyAuthUsername
default GeoCoderEndpointBuilderFactory.GeoCoderEndpointBuilder proxyAuthUsername(String proxyAuthUsername)
Proxy Username to access GeoCoding server. The option is a:java.lang.String
type. Group: proxy
-
proxyHost
default GeoCoderEndpointBuilderFactory.GeoCoderEndpointBuilder proxyHost(String proxyHost)
Proxy Host to access GeoCoding server. The option is a:java.lang.String
type. Group: proxy
-
proxyPort
default GeoCoderEndpointBuilderFactory.GeoCoderEndpointBuilder proxyPort(Integer proxyPort)
Proxy Port to access GeoCoding server. The option is a:java.lang.Integer
type. Group: proxy
-
proxyPort
default GeoCoderEndpointBuilderFactory.GeoCoderEndpointBuilder proxyPort(String proxyPort)
Proxy Port to access GeoCoding server. The option will be converted to ajava.lang.Integer
type. Group: proxy
-
apiKey
default GeoCoderEndpointBuilderFactory.GeoCoderEndpointBuilder apiKey(String apiKey)
API Key to access Google. Mandatory for Google GeoCoding server. The option is a:java.lang.String
type. Group: security
-
clientId
default GeoCoderEndpointBuilderFactory.GeoCoderEndpointBuilder clientId(String clientId)
Client ID to access Google GeoCoding server. The option is a:java.lang.String
type. Group: security
-
clientKey
default GeoCoderEndpointBuilderFactory.GeoCoderEndpointBuilder clientKey(String clientKey)
Client Key to access Google GeoCoding server. The option is a:java.lang.String
type. Group: security
-
-