| Package | Description |
|---|---|
| org.apache.dubbo.common | |
| org.apache.dubbo.common.threadpool.manager | |
| org.apache.dubbo.common.url.component | |
| org.apache.dubbo.rpc.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceModel |
BaseServiceMetadata.getServiceModel() |
ServiceModel |
URL.getServiceModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseServiceMetadata.setServiceModel(ServiceModel serviceModel) |
URL |
URL.setServiceModel(ServiceModel serviceModel) |
| Modifier and Type | Method and Description |
|---|---|
ExecutorService |
ExecutorRepository.getExecutor(ServiceModel serviceModel,
URL url) |
ExecutorService |
DefaultExecutorRepository.getExecutor(ServiceModel serviceModel,
URL url) |
| Modifier and Type | Method and Description |
|---|---|
ServiceModel |
ServiceAddressURL.getServiceModel() |
ServiceModel |
DubboServiceAddressURL.getServiceModel() |
| Modifier and Type | Method and Description |
|---|---|
URL |
ServiceAddressURL.setServiceModel(ServiceModel serviceModel) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConsumerModel
This model is bound to your reference's configuration, for example, group, version or method level configuration.
|
class |
ProviderModel
ProviderModel is about published services
|
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.