public interface CompositeServiceInfo extends ServiceInfo
With services such as Pivotal HD, even though the app will be bound to one such service,
from the application developer's point of view, it needs to access the constituent services.
This interface expresses such a service, which the Cloud
class flattens into
its constituents. Then from the rest of the Spring Cloud infrastructure as well as application
code, the effect is as if all the constituents were individually bound.
ServiceInfo.ServiceLabel, ServiceInfo.ServiceProperty
Modifier and Type | Method and Description |
---|---|
List<ServiceInfo> |
getServiceInfos() |
getId
List<ServiceInfo> getServiceInfos()