public static interface GeocoderComponentBuilderFactory.GeocoderComponentBuilder extends ComponentBuilder<org.apache.camel.component.geocoder.GeoCoderComponent>
| Modifier and Type | Method and Description |
|---|---|
default GeocoderComponentBuilderFactory.GeocoderComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default GeocoderComponentBuilderFactory.GeocoderComponentBuilder |
geoApiContext(com.google.maps.GeoApiContext geoApiContext)
Configuration for Google maps API.
|
default GeocoderComponentBuilderFactory.GeocoderComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
build, build, doSetProperty, registerdefault GeocoderComponentBuilderFactory.GeocoderComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault GeocoderComponentBuilderFactory.GeocoderComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setdefault GeocoderComponentBuilderFactory.GeocoderComponentBuilder geoApiContext(com.google.maps.GeoApiContext geoApiContext)
geoApiContext - the value to setApache Camel