| Constructor and Description |
|---|
AbstractExporter(Invoker<T> invoker) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnExport()
subclasses need to override this method to destroy resources.
|
Invoker<T> |
getInvoker()
get invoker.
|
String |
toString() |
void |
unexport()
unexport.
|
public Invoker<T> getInvoker()
ExportergetInvoker in interface Exporter<T>public final void unexport()
Exporter
getInvoker().destroy();
public void afterUnExport()
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.