Uses of Class
org.apache.camel.quarkus.component.geocoder.it.MockApiService
-
-
Uses of MockApiService in org.apache.camel.quarkus.component.geocoder.it
Methods in org.apache.camel.quarkus.component.geocoder.it with parameters of type MockApiService Modifier and Type Method Description (package private) org.apache.camel.component.geocoder.GeoCoderComponentGeocoderProducers. geocoderComponent(org.apache.camel.CamelContext camelContext, MockApiService mockApiService)We need to implement some conditional configuration of theGeoCoderComponentthus we create it programmatically and publish via CDI.
-