Package org.apache.camel.cloud
Interface ServiceDiscovery
Deprecated.
Allows SPIs to implement custom Service Discovery.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetServices
(String name) Deprecated.Gets the list of services.
-
Method Details
-
getServices
Deprecated.Gets the list of services. This method may return an empty list.- Parameters:
name
- the service name
-