| Package | Description |
|---|---|
| org.apache.dubbo.config | |
| org.apache.dubbo.config.context |
| Modifier and Type | Method and Description |
|---|---|
ConsumerConfig |
ReferenceConfigBase.getConsumer() |
| Modifier and Type | Method and Description |
|---|---|
void |
ReferenceConfigBase.setConsumer(ConsumerConfig consumer) |
| Modifier and Type | Method and Description |
|---|---|
Optional<ConsumerConfig> |
ConfigManager.getConsumer(String id) |
Collection<ConsumerConfig> |
ConfigManager.getConsumers() |
Optional<ConsumerConfig> |
ConfigManager.getDefaultConsumer()
Only allows one default ConsumerConfig
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigManager.addConsumer(ConsumerConfig consumerConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigManager.addConsumers(Iterable<ConsumerConfig> consumerConfigs) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.