com.alibaba.dubbo.rpc.protocol.dubbo
Class DubboExporter<T>

java.lang.Object
  extended by com.alibaba.dubbo.rpc.protocol.AbstractExporter<T>
      extended by com.alibaba.dubbo.rpc.protocol.dubbo.DubboExporter<T>
All Implemented Interfaces:
Exporter<T>

public class DubboExporter<T>
extends AbstractExporter<T>

DubboExporter

Author:
william.liangf

Constructor Summary
DubboExporter(Invoker<T> invoker, String key, Map<String,Exporter<?>> exporterMap)
           
 
Method Summary
 void unexport()
          unexport.
 
Methods inherited from class com.alibaba.dubbo.rpc.protocol.AbstractExporter
getInvoker, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DubboExporter

public DubboExporter(Invoker<T> invoker,
                     String key,
                     Map<String,Exporter<?>> exporterMap)
Method Detail

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.