Package org.apache.camel.cloud
Interface ServiceChooserAware
-
public interface ServiceChooserAwareAn interface to represent an object which wishes to be injected with aServiceChooser
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServiceChoosergetServiceChooser()Get theServiceChooservoidsetServiceChooser(ServiceChooser serviceChooser)Injects theServiceChooser
-
-
-
Method Detail
-
setServiceChooser
void setServiceChooser(ServiceChooser serviceChooser)
Injects theServiceChooser- Parameters:
serviceChooser- the ServiceChooser
-
getServiceChooser
ServiceChooser getServiceChooser()
Get theServiceChooser- Returns:
- the ServiceChooser
-
-