| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static GeocoderComponentBuilderFactory.GeocoderComponentBuilder |
ComponentsBuilderFactory.geocoder()
Geocoder (camel-geocoder)
Find geocodes (latitude and longitude) for a given address or the other
way round.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
GeocoderComponentBuilderFactory.GeocoderComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default GeocoderComponentBuilderFactory.GeocoderComponentBuilder |
GeocoderComponentBuilderFactory.GeocoderComponentBuilder.autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default GeocoderComponentBuilderFactory.GeocoderComponentBuilder |
GeocoderComponentBuilderFactory.GeocoderComponentBuilder.geoApiContext(com.google.maps.GeoApiContext geoApiContext)
Configuration for Google maps API.
|
static GeocoderComponentBuilderFactory.GeocoderComponentBuilder |
GeocoderComponentBuilderFactory.geocoder()
Geocoder (camel-geocoder)
Find geocodes (latitude and longitude) for a given address or the other
way round.
|
default GeocoderComponentBuilderFactory.GeocoderComponentBuilder |
GeocoderComponentBuilderFactory.GeocoderComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
Apache Camel