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