Package org.apache.camel.cloud
Interface ServiceChooserAware
public interface ServiceChooserAware
An interface to represent an object which wishes to be injected with a
ServiceChooser-
Method Summary
Modifier and TypeMethodDescriptionGet theServiceChooservoidsetServiceChooser(ServiceChooser serviceChooser) Injects theServiceChooser
-
Method Details
-
setServiceChooser
Injects theServiceChooser- Parameters:
serviceChooser- the ServiceChooser
-
getServiceChooser
ServiceChooser getServiceChooser()Get theServiceChooser- Returns:
- the ServiceChooser
-