public class OverridingServiceDiscoverer extends Object implements ServiceDiscoverer
ServiceDiscoverer implementation which performs an initial discovery by delegating into a
ServiceProviderDiscoverer but augments/overrides the found services with a fix list.| Constructor and Description |
|---|
OverridingServiceDiscoverer(ServiceProviderDiscoverer serviceProviderDiscoverer,
List<org.mule.runtime.api.service.Service> overrides) |
| Modifier and Type | Method and Description |
|---|---|
List<org.mule.runtime.api.service.Service> |
discoverServices() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreatepublic OverridingServiceDiscoverer(ServiceProviderDiscoverer serviceProviderDiscoverer, List<org.mule.runtime.api.service.Service> overrides)
public List<org.mule.runtime.api.service.Service> discoverServices() throws ServiceResolutionError
discoverServices in interface ServiceDiscovererServiceResolutionErrorCopyright © 2003–2022 MuleSoft, Inc.. All rights reserved.