com.alibaba.dubbo.rpc.protocol.dubbo
Class DubboExporter<T>
java.lang.Object
com.alibaba.dubbo.rpc.protocol.AbstractExporter<T>
com.alibaba.dubbo.rpc.protocol.dubbo.DubboExporter<T>
- All Implemented Interfaces:
- Exporter<T>
public class DubboExporter<T>
- extends AbstractExporter<T>
DubboExporter
- Author:
- william.liangf
Method Summary |
void |
unexport()
unexport. |
DubboExporter
public DubboExporter(Invoker<T> invoker,
String key,
Map<String,Exporter<?>> exporterMap)
unexport
public void unexport()
- Description copied from interface:
Exporter
- unexport.
getInvoker().destroy();
- Specified by:
unexport
in interface Exporter<T>
- Overrides:
unexport
in class AbstractExporter<T>
Copyright © 2012–2017 Alibaba. All rights reserved.