public interface ServiceMetadata
| 限定符和类型 | 方法和说明 |
|---|---|
Class<?> |
getInterfaceClass()
get Service Interface Class
|
String |
getServiceName()
Service name, generally speaking, it's combined by
getUniqueId() and
getInterfaceClass() |
ServiceProvider |
getServiceProvider()
get ServiceProvider
|
String |
getUniqueId()
get service id, different service implementation of same interface can be
recognised by uniqueId
|
String getUniqueId()
Class<?> getInterfaceClass()
ServiceProvider getServiceProvider()
String getServiceName()
getUniqueId() and
getInterfaceClass()Copyright © 2018. All rights reserved.