| Constructor and Description |
|---|
DubboGenericServiceFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.dubbo.rpc.service.GenericService |
create(DubboRestServiceMetadata dubboServiceMetadata,
Map<String,Object> dubboTranslatedAttributes) |
org.apache.dubbo.rpc.service.GenericService |
create(String serviceName,
Class<?> serviceClass,
String version) |
void |
destroy() |
void |
destroy(String serviceName) |
public org.apache.dubbo.rpc.service.GenericService create(DubboRestServiceMetadata dubboServiceMetadata, Map<String,Object> dubboTranslatedAttributes)
public org.apache.dubbo.rpc.service.GenericService create(String serviceName, Class<?> serviceClass, String version)
@PreDestroy public void destroy()
public void destroy(String serviceName)
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.