@SPI public interface ExporterListener
| Modifier and Type | Method and Description |
|---|---|
void |
exported(Exporter<?> exporter)
The exporter exported.
|
void |
unexported(Exporter<?> exporter)
The exporter unexported.
|
void exported(Exporter<?> exporter) throws RpcException
exporter - RpcExceptionProtocol.export(Invoker)void unexported(Exporter<?> exporter)
exporter - RpcExceptionExporter.unexport()Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.