public interface CustomServiceRegistry
extends org.mule.runtime.api.config.custom.CustomizationService
| Modifier and Type | Method and Description |
|---|---|
Map<String,CustomService> |
getCustomServices()
Provides access to the custom services defined for the corresponding mule context.
|
Optional<CustomService> |
getOverriddenService(String serviceId)
Provides the configuration of a particular service.
|
Optional<CustomService> getOverriddenService(String serviceId)
serviceId - identifier of the service.Map<String,CustomService> getCustomServices()
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.