Package com.alibaba.dubbo.rpc
Class Exporter.CompatibleExporter<T>
java.lang.Object
com.alibaba.dubbo.rpc.Exporter.CompatibleExporter<T>
- All Implemented Interfaces:
Exporter<T>,org.apache.dubbo.rpc.Exporter<T>
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.alibaba.dubbo.rpc.Exporter
Exporter.CompatibleExporter<T> -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CompatibleExporter
-
-
Method Details
-
getInvoker
- Specified by:
getInvokerin interfaceExporter<T>- Specified by:
getInvokerin interfaceorg.apache.dubbo.rpc.Exporter<T>
-
unexport
public void unexport()- Specified by:
unexportin interfaceorg.apache.dubbo.rpc.Exporter<T>
-
register
public void register() -
unregister
public void unregister()- Specified by:
unregisterin interfaceExporter<T>- Specified by:
unregisterin interfaceorg.apache.dubbo.rpc.Exporter<T>
-