public interface ServiceFactory
| Modifier and Type | Method and Description |
|---|---|
<T> T |
getService(String serviceName)
Returns a particular service depending on service name provided as a method argument
|
<T> T getService(String serviceName)
serviceName - String representation of requested service name which should match the value from @Service("serviceName") annotationCopyright © 2018 Pivotal Software, Inc.. All rights reserved.