Package org.apache.camel.cloud
Interface ServiceChooserAware
-
public interface ServiceChooserAware
An 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 ServiceChooser
getServiceChooser()
Get theServiceChooser
void
setServiceChooser(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
-
-