| Package | Description |
|---|---|
| org.apache.shenyu.client.core.register | |
| org.apache.shenyu.client.core.register.extractor |
| Constructor and Description |
|---|
ClientApiRefreshedEventListener(java.util.List<ApiRegistrar> apiRegistrars,
ApiBeansExtractor apiBeanExtractor) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RpcApiBeansExtractor
Main responsibilities: Get the possible API class classes and corresponding methods,
and initialize and resolve them Different.
clients correspond to different implementations In the Spring web scenario, collect controller java EE web scenarios, collect servlet path Dubbo scenarios, and collect Dubbo Service APIs In other RPC scenarios, collect RPC Service APIs |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseAnnotationApiBeansExtractor
AnnotationApiBeansExtractor.
API extraction converter that supports annotation. |
class |
BaseApiBeansExtractor
BaseApiBeansExtractor.
Used to demonstrate the basic behavior of the extractor. |
class |
MultiClientApiBeansExtractorImpl
MultiClientApiBeansExtractorImpl.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.