| 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.basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
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