类 DubboExporter<T>
- java.lang.Object
-
- org.apache.dubbo.rpc.protocol.AbstractExporter<T>
-
- org.apache.dubbo.rpc.protocol.dubbo.DubboExporter<T>
-
- 所有已实现的接口:
Exporter<T>
public class DubboExporter<T> extends AbstractExporter<T>
DubboExporter
-
-
方法详细资料
-
afterUnExport
public void afterUnExport()
从类复制的说明:AbstractExportersubclasses need to override this method to destroy resources.- 覆盖:
afterUnExport在类中AbstractExporter<T>
-
-